48 lines
1.8 KiB
HTML
48 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<!--https://www.youtube.com/watch?v=VpZu69OB2KM-->
|
|
<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"/>
|
|
|
|
<script src="js/my_functions.js" type="text/javascript"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<audio autoplay loop id="banging-tune" onplay=handleFirstPlay(event)>
|
|
<!--https://soundcloud.com/drafthousefilms/against-the-ninja-->
|
|
<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 class="tabs">
|
|
<ul>
|
|
<li>
|
|
<button class="button" id="volbutton" onclick="playPause()">
|
|
<span class="icon"><i id="volume-control" class="fas fa-volume-up"></i></span>
|
|
</button>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</body>
|
|
</html> |