second commit

This commit is contained in:
Tyler Koenig
2021-04-25 09:51:32 -04:00
parent e9db96f96f
commit 8d7d5aadbc

View File

@@ -1 +1,13 @@
Hello World
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<h1>Hello World</h1>
<div>Party Time</div>
</body>
</html>