this repo has no description

Initial commit

Grace Kind 8ee92eaa

Changed files
+12
public
+12
public/index.html
···
+
<!DOCTYPE html>
+
<html lang="en">
+
<head>
+
<meta charset="UTF-8" />
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
+
<title>Static Site Example</title>
+
</head>
+
<body>
+
<h1>Static Site Example</h1>
+
<p>This is an example of a static site!</p>
+
</body>
+
</html>