summaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2021-01-16 21:21:22 -0500
committerJacob McDonnell <jacob@simplelittledream.com>2021-01-16 21:21:22 -0500
commitfcd16bc0fc2ffd457d2f085395f97af752f1093d (patch)
treeb4a3e982a4c4e0deb1afbd58057be08004e6dcc3 /template.html
parent3cbd1a5ec7f333b1837ecc0072daa56de7afa596 (diff)
New Version of the website
Diffstat (limited to 'template.html')
-rwxr-xr-xtemplate.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/template.html b/template.html
new file mode 100755
index 0000000..a201e33
--- /dev/null
+++ b/template.html
@@ -0,0 +1,16 @@
+<html>
+ <head>
+ <title>Jacob McDonnell</title>
+ <link href="CSS/main.css" rel="stylesheet" type="text/css">
+ </head>
+ <body>
+ <ul>
+ <li><a href="https://jacobmcdonnell.com/">home</a></li>
+ <li><a href="https://gitlab.com/Jacob_McDonnell/">git</a></li>
+ <li><a href="https://jacobmcdonnell.com/#projects">projects</a></li>
+ <li><a href="https://jacobmcdonnell.com/#about">about</a></li>
+ </ul>
+ <div class="main">
+ </div>
+ </body>
+</html>