initial commit
This commit is contained in:
commit
028d0390f4
18 changed files with 256638 additions and 0 deletions
16
static/layout.html
Normal file
16
static/layout.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{title}}</title>
|
||||
|
||||
<!-- <link rel="stylesheet" href="/css/armory.css"> -->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||||
|
||||
{{{ body }}}
|
||||
</body>
|
||||
Loading…
Add table
Add a link
Reference in a new issue