diff options
Diffstat (limited to 'other/other.html')
-rw-r--r-- | other/other.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/other/other.html b/other/other.html new file mode 100644 index 0000000..faff7fc --- /dev/null +++ b/other/other.html @@ -0,0 +1,28 @@ +<!DOCTYPE HTML> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>Joshua's Website</title> + <link rel="stylesheet" href="../style.css"> + <link rel="shortcut icon" href="../favicon.ico"> +</head> +<body> + <h4> + <a class="menuitem" href="../index.html">Home</a> + <a class="menuitem" href="../projects/projects.html">Projects</a> + <a class="menuitem" href="../trips/trips.html">Trips</a> + <a class="menuitem" href="../ruby/ruby.html">Ruby (Images)</a> + <a class="menuitem" href="other.html">Other</a> + <a class="menuitem" href="../about.html">About</a> + </h4> + + <h2>Other (MISC)</h2> + <p> + I am putting random content here, watch out for random pages. + </p> + <h4> + <div class="project"> + <a href="film/film.html">Film Camera project</a> + </div> + </h4> +</body> |