fbd4a1de92
./index.html:8/101 ./styles.css:8/77
22 lines
580 B
HTML
22 lines
580 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<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">
|
|
<link rel="stylesheet" href="/styles.css">
|
|
<script src="/script.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<h1>Hi there!</h1>
|
|
<p>
|
|
I'm your cool new webpage. Made with
|
|
<a href="https://www.glitch.com">Glitch</a>
|
|
</p>
|
|
|
|
<div class="glitchButton"></div>
|
|
<script src="https://button.glitch.me/button.js"></script>
|
|
</body>
|
|
</html>
|