2020-10-02 15:10:00 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf8">
|
|
|
|
<!-- INSERT BASE -->
|
2022-01-05 21:09:37 +00:00
|
|
|
<link rel="icon" type="image/x-icon" href="icons/favicon.png" />
|
2020-10-02 15:10:00 +00:00
|
|
|
<link rel="stylesheet" href="icons/icons.css">
|
2022-09-29 08:01:37 +00:00
|
|
|
<!-- INSERT LOCALE -->
|
2022-09-06 01:51:57 +00:00
|
|
|
<!-- INSERT CONFIG -->
|
2022-05-12 06:08:06 +00:00
|
|
|
<!-- INSERT CUSTOM -->
|
2024-02-07 18:58:14 +00:00
|
|
|
<!-- INSERT CUSTOM SCRIPT -->
|
2022-06-10 19:13:11 +00:00
|
|
|
<title>Loading...<!-- INSERT TITLE SUFFIX --></title>
|
2020-10-02 15:10:00 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- INSERT ERROR -->
|
2023-11-16 16:02:17 +00:00
|
|
|
<script crossorigin="anonymous" src="errorPages.bundle.js"></script>
|
2020-10-02 15:10:00 +00:00
|
|
|
</body>
|
|
|
|
</html>
|