summaryrefslogtreecommitdiff
path: root/projects/riscv/riscv-template.html
diff options
context:
space:
mode:
Diffstat (limited to 'projects/riscv/riscv-template.html')
-rw-r--r--projects/riscv/riscv-template.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/projects/riscv/riscv-template.html b/projects/riscv/riscv-template.html
new file mode 100644
index 0000000..bc41e46
--- /dev/null
+++ b/projects/riscv/riscv-template.html
@@ -0,0 +1,26 @@
+<!DOCTYPE HTML>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>Joshua's Website</title>
+ <link rel="shortcut icon" href="../../favicon.ico">
+ <link rel="stylesheet" href="../../style.css">
+</head>
+<body>
+ <div class="menu">
+ <h4>
+ <a class="menuitem" href="../../index.html">Home</a>
+ <a class="menuitem" href="../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>
+ </h4>
+ </div>
+
+ <h2 class="title">INSERT LOG TITLE HERE</h2>
+ <a class="back" href=riscv.html>&lt;-Back</a>
+ <p>
+ Insert Log Contents here
+ </p>
+</body>