about summary refs log tree commit diff
path: root/sample/template.html
blob: 3e94683c1681fbe0586a66d632480cabcfc84db8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang=en-US dir=ltr>
<title>aaaa need a title</title>
<meta charset=UTF-8>
<meta name=robots content="noindex, nofollow">
<meta name=viewport content="width=device-width, initial-scale=1">

<section>
	${content}
</section>
<footer>
	<p>This page was generated by <a href=https://git.starfall.systems/strike>Strike</a>.  
</footer>