This commit is contained in:
chris 2023-03-13 16:53:13 -04:00
commit 3988017d55
2 changed files with 15 additions and 0 deletions

0
README.md Normal file
View File

15
index.html Normal file
View File

@ -0,0 +1,15 @@
<!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>Hi I'm Kat!</title>
</head>
<body>
<main>
<h1>Hi! I'm Kat!</h1>
</main>
</body>
</html>