summaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'template.html')
-rwxr-xr-xtemplate.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/template.html b/template.html
deleted file mode 100755
index 4150317..0000000
--- a/template.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>Jacob McDonnell</title>
- <link href="CSS/main.css" rel="stylesheet" type="text/css">
- <link href="favicon.ico" rel="icon" sizes="any">
- </head>
- <body>
- <ul class="topBar">
- <li class="topLink"><a href="https://jacobmcdonnell.com/">home</a></li>
- <li class="topLink"><a href="https://github.com/JacobMcDonnell">github</a></li>
- <li class="topLink"><a href="https://jacobmcdonnell.com/articles">articles</a></li>
- </ul>
- <div class="main">
- </div>
- </body>
-</html>