summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorjoshua <joshua@joshuayun.com>2023-07-02 00:06:53 -0400
committerjoshua <joshua@joshuayun.com>2023-07-02 00:06:53 -0400
commit3afa10ad02ce9336e018d69c8b4c1f66347cf2be (patch)
treebcc051f29cdd8294540f33fde77608c9c104d05c /index.html
downloadwebsite-3afa10ad02ce9336e018d69c8b4c1f66347cf2be.tar.gz
Intial website commit
Diffstat (limited to 'index.html')
-rw-r--r--index.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..39b30f2
--- /dev/null
+++ b/index.html
@@ -0,0 +1,26 @@
+<!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/other.html">Other</a>
+ <a class="menuitem" href="about.html">About</a>
+ </h3>
+
+ <h2>Joshua Yun's Website</h2>
+ <p>
+ This is my website where hopefully I will be posting project devlopments.
+ It also links to my other stuff, namly <a href="https://git.joshuayun.com">Git</a>
+ </p>
+
+</body>