forked from starnakin/ca42
core: use date
This commit is contained in:
14
templates/home.html
Normal file
14
templates/home.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Ca42</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Ca42</h1>
|
||||
<h1>{{date}}</h1>
|
||||
<form action="/api/update" method="post">
|
||||
<button name="foo" value="upvote">Upvote</button>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user