feat(character/achievements): add achievements page
This commit is contained in:
parent
ed424d63d0
commit
ab3b84f743
24 changed files with 2419 additions and 33 deletions
|
|
@ -6,13 +6,15 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>{{title}}</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/css/bulma.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/armory.css">
|
||||
|
||||
<script type="application/javascript" src="/js/sync-url.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<script type="application/javascript" src="/js/sync-url.js"></script>
|
||||
<script type="application/javascript" src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||||
|
||||
{{{ body }}}
|
||||
<section class="section">
|
||||
{{{ body }}}
|
||||
</section>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue