diff options
Diffstat (limited to 'template.html')
| -rwxr-xr-x | template.html | 16 |
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> |
