summaryrefslogtreecommitdiff
path: root/frontend/index.html
diff options
context:
space:
mode:
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