You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.3 KiB
38 lines
1.3 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset= "UTF-8">
|
|
<meta name="viewport" content = "width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<link rel="stylesheet" href="/css/home.css" />
|
|
<link rel="icon" type="image/png" href="/img/favicon-2.png">
|
|
<title>Champion Names</title>
|
|
|
|
</head>
|
|
<body>
|
|
<h1>Can you name them all?</h1>
|
|
<div class="wrapper">
|
|
<div class="bt base" id="bt">
|
|
<span class="bt_text">Play!</span>
|
|
</div>
|
|
<div class="bt border"></div>
|
|
<div class="bt border2"></div>
|
|
<div class="bt border3"></div>
|
|
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
document.getElementById("bt").onclick = function () {
|
|
location.href = location.href+'game';
|
|
};
|
|
</script>
|
|
</div>
|
|
|
|
</body>
|
|
<footer>
|
|
<script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="masterhc" data-description="Support me on Buy me a coffee!" data-message="" data-color="#FFDD00" data-position="Right" data-x_margin="18" data-y_margin="18"></script>
|
|
</footer>
|
|
|
|
|
|
</html>
|