mirror of
https://github.com/G2-Games/website.git
synced 2025-04-19 18:02:54 -05:00
29 lines
1.1 KiB
HTML
29 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Ui poke!</title>
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto Sans">
|
|
<link rel="stylesheet" type="text/css" href="../poke.css" link rel="preload">
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
|
<script src="../propagation.js"></script>
|
|
<!-- View counting and data analysis, self hosted for privacy and other things! -->
|
|
<script data-goatcounter="https://create.g2games.dev/count" async src="//create.g2games.dev/count.js"></script>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
</head>
|
|
|
|
<body class="test" onload="init()">
|
|
|
|
<div class="div1" id="example">
|
|
<img class="img1" id="image1" src="poke_1.png" style="display: block; z-index: 3;" draggable="false"></img>
|
|
<img class="img1" id="image2" src="poke_2.png" style="display: none; z-index: 2;" draggable="false"></img>
|
|
<audio id="poke" src="poke.mp3"></audio>
|
|
</div>
|
|
|
|
<div id="navbar">
|
|
<p id="text"><a href="../../">Home</a></p>
|
|
</div>
|
|
|
|
<script src="../poke.js"></script>
|
|
|
|
</body>
|
|
</html>
|