16 lines
312 B
HTML
16 lines
312 B
HTML
<!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>
|