mr-crocs-adventures/index.html

27 lines
532 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mr. Crocs Adventures</title>
<style>
@font-face {
font-family: Silkscreen;
src: url("fonts/slkscr.ttf")
}
#canvas {
position: absolute;
top: 0;
left: 0;
cursor: none;
}
</style>
<link rel="shortcut icon" type="image/png" href="favicon.png">
<link rel="stylesheet" type="text/css" href="tilorswift/style.css">
<script type="module" src="js/module.js" defer></script>
</head>
<body>
<canvas id="canvas"></canvas>
</body>
</html>