1
0
Fork 0
IsItJasonsBirthday/index.html

29 lines
803 B
HTML
Raw Normal View History

2017-10-10 12:57:38 +00:00
<!DOCTYPE html>
<html lang="en">
2017-10-10 12:57:38 +00:00
<head>
<title>Hello!</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 -->
2017-10-10 12:57:38 +00:00
<link rel="stylesheet" href="/styles.css">
<!-- import the webpage's javascript file -->
2017-10-10 12:57:38 +00:00
<script src="/script.js" defer></script>
</head>
2017-10-10 12:57:38 +00:00
<body>
<h1>Hi there!</h1>
<p>
I'm your cool new webpage. Made with
<a href="https://www.glitch.com">Glitch</a>!
2017-10-10 12:57:38 +00:00
</p>
<!-- include the Glitch button -->
<div class="glitchButton" style="position:fixed;top:20px;right:20px;"></div>
<script src="https://button.glitch.me/button.js" data-style="glitch"></script>
2017-10-10 12:57:38 +00:00
</body>
</html>