public/template.html

16 lines
286 B
HTML
Raw Normal View History

2024-05-22 11:03:59 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8" />
<title>title</title>
<link rel="stylesheet" href="/assets/style2.css" />
</head>
<body>
<header>asdf</header>
<section>foo</section>
<section>bar</section>
<section>baz</section>
</body>
</html>