36 lines
1.2 KiB
HTML
36 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta content="text/html" http-equiv="Content-Type"/>
|
|
<meta charset="UTF-8">
|
|
|
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
|
<meta content="yes" name="apple-mobile-web-app-capable"/>
|
|
<meta content="IE=edge" http-equiv="X-UA-Compatible">
|
|
|
|
<title>Join the fight against the evil ninja empire!</title>
|
|
<link rel="stylesheet" href="css/custom.css">
|
|
<link rel="stylesheet" href="css/bulma.css">
|
|
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
|
|
<link href="favicon.ico" rel="icon"/>
|
|
</head>
|
|
<body>
|
|
|
|
<audio autoplay loop>
|
|
<source src="audio/against-the-ninja.mp3" type="audio/mpeg">
|
|
</audio>
|
|
|
|
<section class="hero is-fullheight is-primary is-bold" id="page-background">
|
|
<div class="hero-head"></div>
|
|
<div class="hero-body">
|
|
<div class="container has-text-centered">
|
|
<h1 class="title is-size-1-desktop is-size-2-touch is-uppercase is-family-primary" id="page-title">
|
|
Only through the elimination of violence can we achieve world peace</h1>
|
|
</div>
|
|
</div>
|
|
<div class="hero-foot">
|
|
</div>
|
|
</section>
|
|
|
|
</body>
|
|
</html> |