blob: 897ae36ed9da9c3810626be95d06851f2910f152 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!-- https://react.dev/ -->
<!-- React style sheets and docs -->
<!DOCTYPE html>
<head>
<title>Index Site</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="Topbar">
<a href="https://sowgro.net/">sowgro</a>
<a href="https://rit.edu">RIT</a>
</div>
</body>
|