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