diff options
author | Ariel <ariel@rit.edu> | 2024-09-12 15:58:10 -0400 |
---|---|---|
committer | Ariel <ariel@rit.edu> | 2024-09-12 15:58:10 -0400 |
commit | 5efa38c92863a9c0fd5e37e148964d2d7062f97a (patch) | |
tree | 7eeac2600fec3c84dac13567ee2146c7cfe1289b /index.html | |
parent | 26771c8c052b3715a7b5608860974ff19f969691 (diff) | |
download | bookmarks-home-5efa38c92863a9c0fd5e37e148964d2d7062f97a.tar.gz bookmarks-home-5efa38c92863a9c0fd5e37e148964d2d7062f97a.tar.bz2 bookmarks-home-5efa38c92863a9c0fd5e37e148964d2d7062f97a.zip |
initial push of index.html after changing name from plan.html
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..4d05fbe --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<head> + <title>TabTitle</title> + <link src="style.css" rel="Style"> + <div></div> +</head> +<body> + <div id="Topbar"> + <a href="https://sowgro.net/">sowgro</a>" + <a href="https://rit.edu">RIT</a> + + </div> + + +</body>
\ No newline at end of file |