19 lines
442 B
Plaintext
19 lines
442 B
Plaintext
package templates
|
|
|
|
templ header() {
|
|
}
|
|
|
|
templ index(name string) {
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title>ME-FIT</title>
|
|
<link rel="icon" href="static/favicon.svg"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<script defer src="https://umami.me-fit.eu/script.js" data-website-id="211de91f-c87a-4e6f-9bac-8214633535e3"></script>
|
|
</head>
|
|
<body></body>
|
|
</html>
|
|
}
|