2023-08-25 15:04:43 +00:00

9 lines
287 B
HTML
Executable File

<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="./scripts/bg.js"> </script>
</head>
<body>
<canvas class="bgmaster" id="bg" name="bg" style="z-index=-5;"></canvas>
</body>
</html>