diff options
| author | Silas Bartha <silas@soaos.dev> | 2025-05-02 00:02:02 -0400 |
|---|---|---|
| committer | Silas Bartha <silas@soaos.dev> | 2025-05-02 00:02:02 -0400 |
| commit | e2e882c317ae6473cdf8286ad2b09671eb8d96fe (patch) | |
| tree | 6b0ff05b147a3873bd514a3dd8d957a86a78f4fb /public/things_i_like/index.html | |
| parent | 5072f678e3c6c8b959b9b24b49abd558a2e3a244 (diff) | |
Added things I like index
Diffstat (limited to 'public/things_i_like/index.html')
| -rw-r--r-- | public/things_i_like/index.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/public/things_i_like/index.html b/public/things_i_like/index.html new file mode 100644 index 0000000..b719fdb --- /dev/null +++ b/public/things_i_like/index.html @@ -0,0 +1,22 @@ +<!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 |
