diff options
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 |
