aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authors1n <[email protected]>2019-07-30 10:57:21 -0700
committerGitHub <[email protected]>2019-07-30 10:57:21 -0700
commit2afcf3a3f30c5f05f6d17336e50079e832101d23 (patch)
tree0826fcc82401c9769c58f89ed85c99b59ea7d2d9
parentDelete Favicon.ico (diff)
downloadempty-2afcf3a3f30c5f05f6d17336e50079e832101d23.tar.xz
empty-2afcf3a3f30c5f05f6d17336e50079e832101d23.zip
update html type and clear <p> and stuffHEADmaster
-rw-r--r--index.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/index.html b/index.html
index 10b2675..e12e601 100644
--- a/index.html
+++ b/index.html
@@ -1 +1,13 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>S1N</title> </head> <body> <p></p> </body> </html>
+<!DOCTYPE html>
+<html lang="en">
+
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>s1nical - Empty</title>
+ </head>
+
+ <body>
+
+ </body>
+
+</html>