summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-06-17 16:55:57 +0200
committerRaindropsSys <contact@minteck.org>2023-06-17 16:55:57 +0200
commitfd73b730361fafeaf1884ef65f9bc8fa0358785f (patch)
tree0652aa57bb8b6c31bb144aee93afae2558ff07ba /core
parent4ba24124261b00df7309422650f1206778e0c297 (diff)
downloadkirinos-fd73b730361fafeaf1884ef65f9bc8fa0358785f.tar.gz
kirinos-fd73b730361fafeaf1884ef65f9bc8fa0358785f.tar.bz2
kirinos-fd73b730361fafeaf1884ef65f9bc8fa0358785f.zip
Updated setup.sh and added 933 files (automated)
Diffstat (limited to 'core')
-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