Add 'www/index.html'
This commit is contained in:
parent
65ea34ab2a
commit
15ee0e0b75
|
@ -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>
|
Loading…
Reference in New Issue