1
0
Fork 0
IsItJasonsBirthday/index.html

33 lines
962 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Is it Jason's Birthday?</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- import the webpage's stylesheet -->
<link
href="https://fonts.googleapis.com/css?family=Kanit:700i&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="/style.css" />
<!-- import the webpage's javascript file -->
<script src="/confetti.js" defer></script>
<script src="/script.js" defer></script>
</head>
<body>
<canvas id="confetti-holder"></canvas>
<div id="container">
<p id="isit"></p>
</div>
<div class="glitchButton" style="position:fixed; top:1vw; right:1vw;"></div>
<script src="https://button.glitch.me/button.js"></script>
<a id="pilink" href="#" title="Go ahead and pretend it is">&pi;</a>
</body>
</html>