summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html24
1 files changed, 13 insertions, 11 deletions
diff --git a/index.html b/index.html
index e4b78ea..ba996d3 100644
--- a/index.html
+++ b/index.html
@@ -1,13 +1,15 @@
-<!doctype html>
+<!DOCTYPE html>
<html lang="en">
- <head>
- <meta charset="UTF-8" />
- <link rel="icon" type="image/svg+xml" href="/vite.svg" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Vite + React + TS</title>
- </head>
- <body>
- <div id="root"></div>
- <script type="module" src="/src/main.tsx"></script>
- </body>
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content=
+ "width=device-width, initial-scale=1.0">
+ <title>The Abstraction Engine</title>
+ <link rel="icon" href=
+ "data:image/svg+xml,&lt;svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'&gt;&lt;text y='.9em' font-size='90'&gt;📚&lt;/text&gt;&lt;/svg&gt;">
+</head>
+<body data-theme="dark">
+ <div id="root"></div>
+ <script type="module" src="/src/main.tsx"></script>
+</body>
</html>