From 381b6e939dd8a5e02fc33c7684cde9acc9e79a35 Mon Sep 17 00:00:00 2001 From: arf20 Date: Thu, 7 Sep 2023 01:24:04 +0200 Subject: A difficult message. --- arfnet_logo.png | Bin 0 -> 78409 bytes index.html | 8 +++++++- style.css | 9 +++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100755 arfnet_logo.png create mode 100644 style.css diff --git a/arfnet_logo.png b/arfnet_logo.png new file mode 100755 index 0000000..82adbef Binary files /dev/null and b/arfnet_logo.png differ diff --git a/index.html b/index.html index af24c2b..31a26df 100644 --- a/index.html +++ b/index.html @@ -10,11 +10,17 @@ +
- ARFNET Home + ARFNET
+
+ ARFNET is currently facing some techical difficulties, expect some major changes.
+ Reach me at aruizfernandez05@gmail.com, arf20 at discord, or join the discord server https://discord.gg/jy6AjN9ACP for more info
+
+ Sorry for the inconveniences \ 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; +} + -- cgit v1.2.3