Converted to a Go app
This commit is contained in:
parent
543c1790de
commit
d4b3322077
28 changed files with 302 additions and 1 deletions
14
views/layout.html
Normal file
14
views/layout.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
|
||||
<link rel="stylesheet" href="{{prefix}}/assets/style.css">
|
||||
<link rel="stylesheet" href="{{prefix}}/assets/fontello/css/fontello.css">
|
||||
</head>
|
||||
<body>
|
||||
{{embed}}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue