Initial commit
This commit is contained in:
11
template/main.tpl.html
Normal file
11
template/main.tpl.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Cool timer app</title>
|
||||
<link rel="stylesheet" href="/static/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
Hello
|
||||
{{ . }}
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user