1
0

Checkpoint

This commit is contained in:
System
2017-10-10 12:57:38 +00:00
commit 7b1b0dba61
6 changed files with 47 additions and 0 deletions

18
index.html Normal file
View File

@@ -0,0 +1,18 @@
<!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>
</body>
</html>