summaryrefslogtreecommitdiff
path: root/ruby/ruby.html
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/ruby.html')
-rw-r--r--ruby/ruby.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/ruby/ruby.html b/ruby/ruby.html
new file mode 100644
index 0000000..9641298
--- /dev/null
+++ b/ruby/ruby.html
@@ -0,0 +1,27 @@
+<!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.html">Ruby (Images)</a>
+ <a class="menuitem" href="../other/other.html">Other</a>
+ <a class="menuitem" href="../about.html">About</a>
+ </h4>
+
+ <h2 class="title">Ruby is CUTE</h2>
+ <a class="back" href=../index.html>&lt;-Back</a>
+ <br>
+ <br>
+ <img src="slep.jpg">
+ <img src="bed.jpg">
+ <img src="banana.jpg">
+ <img src="walk.jpg">
+</body>