azerothcore-armory/static/layout.html
2022-01-06 23:05:13 +01:00

18 lines
414 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">
<script type="application/javascript" src="/js/sync-url.js"></script>
</head>
<body>
<script type="application/javascript" src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
{{{ body }}}
</body>