aboutsummaryrefslogtreecommitdiff
path: root/html.html
diff options
context:
space:
mode:
Diffstat (limited to 'html.html')
-rw-r--r--html.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/html.html b/html.html
new file mode 100644
index 0000000..c090f9c
--- /dev/null
+++ b/html.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+ <meta charset="UTF-8">
+ <link rel="icon" href="favicon.png" type="image/png">
+ <link rel="shortcut icon" href="favicon.png" type="image/png">
+ <meta name="theme-color" content="#ffffff"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="stylesheet" href="styles.css">
+</head>
+<body>
+</body>
+
+</html>