config file reading logic implemented, project structure refined
This commit is contained in:
13
frontend/templates/head.html
Normal file
13
frontend/templates/head.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{{ define "head" }}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Todo</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="/jscss/bootstrap.min.css">
|
||||
<script src="/jscss/htmx.min.js"></script>
|
||||
</head>
|
||||
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user