diff options
Diffstat (limited to 'templates/template.html')
| -rwxr-xr-x | templates/template.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/templates/template.html b/templates/template.html new file mode 100755 index 00000000..2103cfac --- /dev/null +++ b/templates/template.html @@ -0,0 +1,31 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta http-equiv="Cache-control" content="public"> + <meta name="description" content="This is the personal website for the real Jacob McDonnell. + Feel free to look around, you might find something interesting."/> + <meta name="author" content="Jacob McDonnell"/> + <meta name="keywords" content="Jacob,McDonnell,Jacob McDonnell,jacob,mcdonnell,jacob mcdonnell"/> + <title>Jacob McDonnell</title> + <link href="/css/main.css" rel="stylesheet" type="text/css"> + <link rel="icon" type="image/png" sizes="48x48" href="/logos/favicon.png"> + <link rel="icon" type="image/png" sizes="32x32" href="/logos/favicon32.png"> + <link rel="icon" type="image/png" sizes="16x16" href="/logos/favicon16.png"> + </head> + <body> + <ul class="topBar"> + <li class="topLink"><a href="/">home</a></li> + <li class="topLink"><a href="https://codeberg.org/JacobMcDonnell">codeberg</a></li> + <li class="topLink"><a href="https://gist.github.com/JacobMcDonnell/">gists</a></li> + <!--<li class="topLink"><a href="/articles">articles</a></li>--> + </ul> + <div class="main"> + {{.}} + </div> + <footer class="LicenseFooter"> + <p>The content for this site is <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>. The <a href="https://codeberg.org/JacobMcDonnell/JacobMcDonnell.com">code</a> for this site is <a href="https://opensource.org/license/MIT">MIT</a>.</p> + </footer> + </body> +</html> |
