add tailwindcss
This commit is contained in:
parent
a426df12c0
commit
16e207000f
20 changed files with 2421 additions and 100 deletions
9
templates/status.html
Normal file
9
templates/status.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<!-- index.html -->
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>{{ data.status }}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>{{ data.status }}</h1>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue