🔮👼 Checkpoint
./style.css:7435365/1742 ./script.js:7435365/4877 ./index.html:7435365/1832
This commit is contained in:
15
index.html
15
index.html
@@ -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="#">π</a>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user