This commit is contained in:
rawleyIfowler
2022-02-06 17:33:47 -06:00
commit 4389b07f39
16 changed files with 461 additions and 0 deletions

13
templates/header.tmpl Normal file
View File

@@ -0,0 +1,13 @@
<!--header.html-->
<!DOCTYPE html>
<html>
<head>
<meta lang="en">
<meta charset="UTF-8">
<meta name="keywords" content="blog resume rawley-fowler rawley fowler Rawley Fowler portfolio">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/static/index.css" rel="stylesheet" type="text/css">
<title>rawley.xyz</title>
</head>
<body>
{{ template "nav.tmpl" . }}