7 lines
362 B
HTML
7 lines
362 B
HTML
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<script src="/static/htmx.js"></script>
|
|
<script defer src="/static/alpine.js"></script>
|
|
<link rel="stylesheet" href="/static/water.css" />
|
|
<link rel="stylesheet" href="/static/samey.css" />
|
|
<meta name="generator" content="Samey {{ env!("CARGO_PKG_VERSION") }}" />
|