diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -1,15 +1,17 @@ +<!-- https://react.dev/ --> + <!-- React style sheets and docs --> + + <!DOCTYPE html> <head> - <title>TabTitle</title> - <link src="style.css" rel="Style"> - <div></div> + <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://sowgro.net/">sowgro</a> <a href="https://rit.edu">RIT</a> - </div> -</body>
\ No newline at end of file +</body> |