init
This commit is contained in:
13
templates/header.tmpl
Normal file
13
templates/header.tmpl
Normal 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" . }}
|
||||
Reference in New Issue
Block a user