2026-02-13 15:03:02 +00:00
|
|
|
{{ define "head" }}
|
|
|
|
|
<head>
|
|
|
|
|
<meta name="author" content="Chimerical LLC">
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport"
|
2026-06-12 19:22:57 +00:00
|
|
|
content="width=device-width, initial-scale=1.0, shrink-to-fit=no, interactive-widget=resizes-content">
|
2026-06-13 18:55:16 +00:00
|
|
|
<meta name="tts-url" content="{{ .TTSURL }}">
|
2026-06-15 10:51:17 +00:00
|
|
|
<meta name="stt-url" content="{{ .STTURL }}">
|
2026-06-13 18:55:16 +00:00
|
|
|
<meta name="tts-default-voice" content="{{ .TTSDefaultVoice }}">
|
2026-02-13 15:03:02 +00:00
|
|
|
<title>Odidere</title>
|
|
|
|
|
<link rel="stylesheet" href="/static/main.css">
|
|
|
|
|
<script defer src="/static/main.js"></script>
|
|
|
|
|
</head>
|
|
|
|
|
{{ end }}
|