Add 'tor/index.html'

This commit is contained in:
Sarimoko 2022-01-21 07:49:24 +00:00
parent 15ee0e0b75
commit 81a9610d0b
1 changed files with 20 additions and 0 deletions

20
tor/index.html Normal file
View File

@ -0,0 +1,20 @@
<!doctype html>
<html lang="en-us">
<head>
<title>HOME | The Dark</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="mobile-web-app-capable" content="yes">
<style>
body { max-width: 800px; width: 100%; margin: 1em auto; font-size: 2em; }
</style>
</head>
<body>
<div class="title" id="yoho">YoHo</div>
<div class="desc">A pirates life for me...</div>
</body>
<script>
// put your code here.
</script>
</html>