21 lines
527 B
HTML
21 lines
527 B
HTML
<!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>
|