diff options
| author | s1n <[email protected]> | 2019-07-30 10:57:21 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-07-30 10:57:21 -0700 |
| commit | 2afcf3a3f30c5f05f6d17336e50079e832101d23 (patch) | |
| tree | 0826fcc82401c9769c58f89ed85c99b59ea7d2d9 /index.html | |
| parent | Delete Favicon.ico (diff) | |
| download | empty-2afcf3a3f30c5f05f6d17336e50079e832101d23.tar.xz empty-2afcf3a3f30c5f05f6d17336e50079e832101d23.zip | |
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -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> |