summaryrefslogtreecommitdiff
path: root/frontend/index.html
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2021-02-06 18:39:48 -0500
committerMatthew Kosarek <mattkae@protonmail.com>2021-02-06 18:39:48 -0500
commit376e1a7f9207fffb1ec3027ac1e7f32db5de4922 (patch)
tree8bc6c381a10d8b62ff33cdcff6daa1d17cee0f9a /frontend/index.html
Initial commit
Diffstat (limited to 'frontend/index.html')
-rw-r--r--frontend/index.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/frontend/index.html b/frontend/index.html
new file mode 100644
index 0000000..d57d69b
--- /dev/null
+++ b/frontend/index.html
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <script src="scripts/jquery-3.5.1.min.js"></script>
+ <script src="index.js"></script>
+ <link rel="stylesheet" href="index.css">
+ <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,300" rel="stylesheet" type="text/css">
+ <title>Simple Website</title>
+ </head>
+ <body>
+ <header>
+ <h1>Matt Kae's Programming Blog</h1>
+ </header>
+ <nav>
+ <a href="/">Home</a>
+ <a href="rigidbody.html">Rigid Body</a>
+ <a href="references.html">Books n' References</a>
+ </nav>
+ <main>
+ </main>
+ </body>
+</html> \ No newline at end of file