diff options
| -rw-r--r-- | .vscode/settings.json | 9 | ||||
| -rw-r--r-- | public/index.html | 5 | ||||
| -rw-r--r-- | public/things_i_like/index.html | 22 |
3 files changed, 14 insertions, 22 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..9de7198 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,9 @@ +{ + "grammarly.selectors": [ + { + "language": "html", + "scheme": "file" + } + ], + "livePreview.serverRoot": "public" +}
\ No newline at end of file diff --git a/public/index.html b/public/index.html index 9dd6905..bbf4a90 100644 --- a/public/index.html +++ b/public/index.html @@ -55,6 +55,11 @@ <p>A: I just thought it would be really funny to make this site without any CSS. My old site had zero JavaScript, but I felt like I needed to push the bit even further. I was also using a static site generator and switched to hand-typed HTML.</p> + + <h2>Webrings</h2> + <a href="https://evilr.ing/soaos/previous">←</a> + <a href="https://evilr.ing">EVILRING</a> + <a href="https://evilr.ing/soaos/next">→</a> </body> </html>
\ No newline at end of file diff --git a/public/things_i_like/index.html b/public/things_i_like/index.html deleted file mode 100644 index b719fdb..0000000 --- a/public/things_i_like/index.html +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html> - -<html lang="en"> - -<head> - <title> - Things I Like - soaos - </title> -</head> - -<body> - <a href="/">Go Home</a> - <h1>Things I Like</h1> - <h2>Categories</h2> - <ul> - <li> - <a href="music/">Music</a> - </li> - </ul> -</body> - -</html>
\ No newline at end of file |
