summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-06-11 15:18:18 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-06-11 15:18:18 +0400
commitc588b3c948c9a7841766f0208d6b5e363ee390a1 (patch)
treefaba655a46df33016de06a20fa79fdb38d14e640 /src
parent1b7ed170a8c2d123589ecd370f63e0d3823fa8a2 (diff)
1 post added
Diffstat (limited to 'src')
-rw-r--r--src/posts/website_created.html59
1 files changed, 59 insertions, 0 deletions
diff --git a/src/posts/website_created.html b/src/posts/website_created.html
new file mode 100644
index 0000000..0d1a9bf
--- /dev/null
+++ b/src/posts/website_created.html
@@ -0,0 +1,59 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel='stylesheet' type='text/css' href="../style.css">
+ <title> ------------------ </title>
+</head>
+
+<body>
+ <a id="header-link" href="#">Suleyman Farajli</a>
+
+ <hr class="separator">
+
+ <div class="menu">
+ <a class="menu_item" href="../home/index.html">Home/</a>
+ <a class="menu_item" href="#">Software/</a>
+ <a class="menu_item" href="#">Wiki/</a>
+ <a class="menu_item right" href="https://git.farajli.xyz">Git</a>
+ </div>
+ <h2>I have a website!</h2>
+
+ <p>As of June 13th 2024, the best website on the internet
+ has officially been created by theion.
+ <br>
+ <br>
+ This site is not made
+ by using one of those fancy and bloated site generators or any garbage like that,
+ it was created, quite surprisingly, writing HTML and CSS, like it is supposed to
+ be, tough it is a little inefficient, error-prone and a pain
+ writing HTML and adding boilerplate
+ code to each file, thus it quite probable that I shall write a small program to
+ do that automatically for me in the future, but that program wouldn't be the same as bloated site
+ generators, In fact it'd basically be the same as manual way of writing HTML.
+
+
+ <br>
+
+ Here are some of the advantages of my website compared to a lot of contemporary ones.
+
+ <ul>
+ <li>Doesn't fill your entire ram</li>
+ <li>Doesn't have ads, tracker or unnecessary JavaScript </li>
+ <li>Loads <span class="color1"><strong>Fast</strong></span>!</li>
+ </ul>
+
+
+ <p>
+ As of now, there isn't that much of content here, but I
+ will probably add a lot more.
+ </p>
+
+
+
+
+ <p id="copyleft"><br>copyleft (c) 2024 theion</p>
+
+</body>
+</html>