1
0

🐁🐛 Checkpoint

./index.html:7435365/1848
./style.css:7435365/834
./script.js:7435365/2247
This commit is contained in:
Glitch (hello-webpage)
2019-10-06 19:02:50 +00:00
parent 36109cf9be
commit e44cd7b3ad
3 changed files with 134 additions and 30 deletions

View File

@@ -5,23 +5,22 @@
<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 rel="stylesheet" href="/style.css">
<!-- import the webpage's javascript file -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="/script.js" defer></script>
</head>
<body>
<h1>Hi there!</h1>
<p>
I'm your cool new webpage. Made with <a href="https://glitch.com">Glitch</a>!
</p>
<!-- include the Glitch button to show what the webpage is about and
to make it easier for folks to view source and remix -->
<!-- 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:20px;right:20px;"></div>
<script src="https://button.glitch.me/button.js"></script>
</body>