2019-08-04 22:42:37 +00:00
|
|
|
<!doctype html>
|
2024-01-30 14:46:01 +00:00
|
|
|
<html lang="en" data-bs-theme="dark">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
<title>Wiki</title>
|
2019-08-04 22:42:37 +00:00
|
|
|
|
2024-01-30 14:46:01 +00:00
|
|
|
<link rel="stylesheet" href="/app.css">
|
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.10.1/css/all.css">
|
|
|
|
</head>
|
2019-08-04 22:42:37 +00:00
|
|
|
|
2024-01-30 14:46:01 +00:00
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
2019-08-04 22:42:37 +00:00
|
|
|
|
2024-01-30 14:46:01 +00:00
|
|
|
<!-- Loading prism from external not to pack ALL languages -->
|
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1/themes/prism.min.css">
|
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1/themes/prism-okaidia.min.css">
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/prismjs@1/prism.min.js"></script>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/prismjs@1/plugins/autoloader/prism-autoloader.min.js"></script>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/prismjs@1/plugins/line-numbers/prism-line-numbers.min.js"></script>
|
2019-08-04 22:42:37 +00:00
|
|
|
|
2024-01-30 14:46:01 +00:00
|
|
|
<script src="/app.js"></script>
|
|
|
|
</body>
|
2019-08-04 22:42:37 +00:00
|
|
|
</html>
|