summaryrefslogblamecommitdiff
path: root/index.html
blob: eea7f6aa38d5c01c0adc5130c6ba2a2108c8d9e7 (plain) (tree)




















                                                                              
                                                                                    



                                                                                          
<!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 I will be posting project devlopments and my trips.
	It also links to my other stuff, namly <a href="https://git.joshuayun.com">Git</a>
	</p>

</body>