First Commit

This commit is contained in:
SowinskiBraeden committed 2021-10-04 10:11:06 -07:00
commit 004641df4e
9 files changed
+210

No files matched your search

+12
View File
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/static/styles/style.css">
<title>Welcome</title>
</head>
<body>
<div>Welcome</div>
</body>
</html>