Add 'www/index.html'

This commit is contained in:
Sarimoko 2022-01-21 07:39:40 +00:00
parent 65ea34ab2a
commit 15ee0e0b75
1 changed files with 19 additions and 0 deletions

19
www/index.html Normal file
View File

@ -0,0 +1,19 @@
<!doctype html>
<html lang="en-us">
<head>
<title>The Dark by Sarimoko</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="mobile-web-app-capable" content="yes">
<meta name="description" content="Blank HTML file for you to create something.">
<style>
body { max-width: 800px; width: 100%; margin: 1em auto; font-size: 2em; }
</style>
</head>
<body>
<div id="app">Hello World.</div>
</body>
<script>
// put your code here.
</script>
</html>