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