Initial commit
This commit is contained in:
commit
084c886933
4 changed files with 110 additions and 0 deletions
11
templates/show_message.html
Normal file
11
templates/show_message.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<pre>{{ msg }}</pre>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue