11 lines
234 B
Plaintext
11 lines
234 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" />
|
|
</head>
|
|
}
|