19 lines
659 B
Plaintext
19 lines
659 B
Plaintext
package layout
|
|
|
|
templ header() {
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.0/css/bulma.min.css"/>
|
|
<link rel="stylesheet" href="/css/main.css"/>
|
|
<script src="https://unpkg.com/htmx.org@1.9.11" integrity="sha384-0gxUXCCR8yv9FM2b+U3FDbsKthCI66oH5IA9fHppQq9DDMHuMauqq1ZHBpJxQ0J0" crossorigin="anonymous"></script>
|
|
<meta charset="utf-8"/>
|
|
<meta property="og:title" content=""/>
|
|
<meta property="og:url" content=""/>
|
|
<meta property="og:image" content=""/>
|
|
<meta property="og:description" content=""/>
|
|
<meta property="og:type" content=""/>
|
|
<style type="text/css">
|
|
.pin-bottom {
|
|
position: absolute;
|
|
bottom: 0;
|
|
}
|
|
</style>
|
|
} |