Skip to content

Commit dea39c3

Browse files
committed
Created a bare-bones skeleton
Needed to make a coming soon index for GitHub pages configuration -- actual content will come soon!
0 parents  commit dea39c3

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Salem Robotics</title>
7+
</head>
8+
<body>
9+
<h1>Coming soon!</h1>
10+
<p>
11+
In the meantime, check out our progress at
12+
<a href="https://www.github.com/SalemRobotics/Website-2025">our GitHub</a>
13+
</p>
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)