12 lines
285 B
Plaintext
12 lines
285 B
Plaintext
package templates
|
|
|
|
templ Style(){
|
|
<!DOCTYPE html>
|
|
<head>
|
|
<title>Arbeitszeit</title>
|
|
<link rel="stylesheet" href="/static/css/styles.css"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<script src="/static/script.js" defer></script>
|
|
</head>
|
|
}
|