best routing, static files embedding
This commit is contained in:
13
templates/header.tmpl
Normal file
13
templates/header.tmpl
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="no-js" lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="theme-color" content="#fff">
|
||||
<title>{{ .Title }}</title>
|
||||
<link rel="stylesheet" href="/admin/assets/css/normalize.css">
|
||||
<link rel="stylesheet" href="/admin/assets/css/main.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
Reference in New Issue
Block a user