config file reading logic implemented, project structure refined
This commit is contained in:
6
frontend/jscss/bootstrap.min.css
vendored
Normal file
6
frontend/jscss/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
frontend/jscss/htmx.min.js
vendored
Normal file
1
frontend/jscss/htmx.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
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 }}
|
||||
|
||||
2
frontend/webserver.go
Normal file
2
frontend/webserver.go
Normal file
@@ -0,0 +1,2 @@
|
||||
package frontend
|
||||
|
||||
Reference in New Issue
Block a user