28 lines
810 B
HTML
Executable file
28 lines
810 B
HTML
Executable file
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr">
|
|
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta http-equiv="refresh" content="30; https://www.youtube.com/watch?v=dQw4w9WgXcQ">
|
|
<title id="title">USI Simulator</title>
|
|
<link rel="stylesheet" href="./simulator.css"/>
|
|
</head>
|
|
|
|
<body>
|
|
<audio id="audio" autoplay loop>
|
|
<script>
|
|
if(navigator.userAgent.match("OPR"))
|
|
document.write("<source src=\"./rb.ogg\" type=\"audio/ogg\">");
|
|
else document.write("<source src=\"./rb.mp3\" type=\"audio/mpeg\">");
|
|
</script>
|
|
</audio>
|
|
<h1 id="quote">MALUSA</h1>
|
|
<div id="images">
|
|
<img id="img1" style="display: none"/>
|
|
<img id="img2" style="display: none"/>
|
|
<img id="img3" style="display: none"/>
|
|
</div>
|
|
<script src="./simulator.js"></script>
|
|
</body>
|
|
|
|
</html>
|