Browse Source

write index and 404

schtonn 4 years ago
parent
commit
db9c54494e
2 changed files with 50 additions and 0 deletions
  1. 19 0
      404.html
  2. 31 0
      index.html

+ 19 - 0
404.html

@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+    <!--Hey! This is only a 404 page! Why using those complicated configurations?-->
+    <title>&lrm;</title>
+
+</head>
+
+<body style="font-family: WingDings;font-size: 40px;">
+
+    <p>404</p>
+    <p>PAGE NOT FOUND</p>
+    <p>PAGER NOT FOUNDER</p>
+    <p>YET PAGER NOT FOUNDER</p>
+
+</body>
+
+</html>

+ 31 - 0
index.html

@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+    <meta charset="UTF-8">
+
+    <meta name="description" content="Schtonn site">
+    <meta property="og:type" content="website">
+    <meta property="og:title" content="schtonn">
+    <meta property="og:url" content="https://schtonn.github.io/index.html">
+    <meta property="og:site_name" content="schtonn site">
+    <meta property="og:description" content="Schtonn site">
+    <meta property="og:locale" content="en_US">
+    <meta property="article:author" content="Alex">
+    <meta name="twitter:card" content="summary">
+
+    <link rel="canonical" href="https://schtonn.github.io/">
+
+    <title>schtonn</title>
+
+</head>
+
+<body itemscope itemtype="http://schema.org/WebPage">
+
+    <p>Hey! This is schtonn site.</p>
+    <p>You can find my <a href="/blog">blog</a>, <a href="/blog/games">some games and others!</a></p>
+    <p>I'll keep writing things!</p>
+
+</body>
+
+</html>