screensaver/s1clone/index.html
2023-08-25 15:04:43 +00:00

10 lines
392 B
HTML
Executable File

<html><head>
<title>Toothwitch's Root</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="scripts/background.js"> </script>
<link rel="stylesheet" type="text/css" href="scripts/style.css">
</head>
<body>
<canvas class="bgmaster" id="bg" name="bg" style="z-index=-5;" width="1668" height="888"></canvas>
</body>
</html>