summaryrefslogtreecommitdiff
path: root/core/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'core/index.html')
-rw-r--r--core/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/core/index.html b/core/index.html
new file mode 100644
index 0000000..4ae7e31
--- /dev/null
+++ b/core/index.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>mangoos</title>
+ <style>
+ html, body {
+ background-color: white;
+ }
+ </style>
+</head>
+<body>
+ <h1>Vapor is cute</h1>
+ <p>UwU</p>
+</body>
+</html> \ No newline at end of file