aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2023-09-07 01:24:04 +0200
committerarf20 <aruizfernandez05@gmail.com>2023-09-07 01:24:04 +0200
commit381b6e939dd8a5e02fc33c7684cde9acc9e79a35 (patch)
treec6708d0075d0d0166ae4d14c94806eab00d80d10
parentf3b319c556ff068f556e1c276876311b4edacaf2 (diff)
downloadarfnet2-web-381b6e939dd8a5e02fc33c7684cde9acc9e79a35.tar.gz
arfnet2-web-381b6e939dd8a5e02fc33c7684cde9acc9e79a35.zip
A difficult message.
-rwxr-xr-xarfnet_logo.pngbin0 -> 78409 bytes
-rw-r--r--index.html8
-rw-r--r--style.css9
3 files changed, 16 insertions, 1 deletions
diff --git a/arfnet_logo.png b/arfnet_logo.png
new file mode 100755
index 0000000..82adbef
--- /dev/null
+++ b/arfnet_logo.png
Binary files differ
diff --git a/index.html b/index.html
index af24c2b..31a26df 100644
--- a/index.html
+++ b/index.html
@@ -10,11 +10,17 @@
<meta content="The arf network, the only updated site backwards compatible with the original Web." property="og:description" />
<meta content="http://arf20.com/arfnet_logo.png" property="og:image" />
<link rel="shortcut icon" href="/favicon.ico" />
+ <link rel="stylesheet" type="text/css" href="/style.css">
</head>
<body>
<header>
<img src="arfnet_logo.png" width="64">
- <span class="title"><strong>ARFNET Home</strong></span>
+ <span class="title"><strong>ARFNET</strong></span>
</header>
+ <hr>
+ ARFNET is currently facing some techical difficulties, expect some major changes.<br>
+ Reach me at aruizfernandez05@gmail.com, arf20 at discord, or join the discord server https://discord.gg/jy6AjN9ACP for more info<br>
+ <br>
+ Sorry for the inconveniences
</body>
</html> \ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..3187766
--- /dev/null
+++ b/style.css
@@ -0,0 +1,9 @@
+.title {
+ font-size: 36px;
+}
+
+header *{
+ display: inline-block;
+ vertical-align: middle;
+}
+