1
0

🔮👼 Checkpoint

./style.css:7435365/1742
./script.js:7435365/4877
./index.html:7435365/1832
This commit is contained in:
Glitch (isitjasonsbirthday)
2019-10-07 02:14:13 +00:00
parent 29947d4783
commit dc59e79169
3 changed files with 36 additions and 19 deletions

View File

@@ -2,13 +2,16 @@
<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">
<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">
<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>
@@ -23,7 +26,7 @@
<div class="glitchButton" style="position:fixed; top:1vw; right:1vw;"></div>
<script src="https://button.glitch.me/button.js"></script>
<a id="pilink" href="#">&pi;</a>
</body>
</html>