Commit 50ab382d1a819f5c9a1f0152314bdd2408fb8187
fix broken links
Zach committed on 7/20/2018, 12:56:23 PMParent: b781d906c851a6d8c56f1501bebd2ea81f6b11af
Files changed
links/index.html | changed |
projects/index.html | changed |
links/index.html | ||
---|---|---|
@@ -21,9 +21,9 @@ | ||
21 | 21 … | </head> |
22 | 22 … | </html> |
23 | 23 … | <body> |
24 | 24 … | <section id='coordinates'> |
25 | - <p class="breadcrumb"> you are on <a title="coolguy dot website" href="../index.html">coolguy.website</a> go back <a href='home' href='../index.html'>home</a></p> | |
25 … | + <p class="breadcrumb"> you are on <a title="coolguy dot website" href="../index.html">coolguy.website</a> go back <a href='../index.html'>home</a></p> | |
26 | 26 … | </section> |
27 | 27 … | <h1 >Links Page</h1> |
28 | 28 … | <p>These are all the good links for you.</p> |
29 | 29 … | <section id='links-grid' class='two-column-grid'> |
projects/index.html | ||
---|---|---|
@@ -42,9 +42,9 @@ | ||
42 | 42 … | <li> |
43 | 43 … | <a href='dat-zine-library/index.html' title='dat zine library'> Dat Zine Library</a> |
44 | 44 … | </li> |
45 | 45 … | <li> |
46 | - <a href='young-elize/index.html' title='young eliza home'>Young Eliza</a> | |
46 … | + <a href='young-eliza/index.html' title='young eliza home'>Young Eliza</a> | |
47 | 47 … | </li> |
48 | 48 … | </ol> |
49 | 49 … | </section> |
50 | 50 … | </body> |
Built with git-ssb-web