2020-03-27 16:37:13 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1,maximum-scale=1,user-scalable=no">
|
2021-03-24 16:17:51 +00:00
|
|
|
<meta name="theme-color" content="#ff2288">
|
2020-03-27 16:37:13 +00:00
|
|
|
|
|
|
|
<title>traxxx</title>
|
|
|
|
|
2021-03-24 18:47:25 +00:00
|
|
|
<link rel="icon" href="/img/favicon/favicon-32.ico">
|
|
|
|
<link rel="icon" href="/img/favicon/favicon.svg" type="image/svg+xml">
|
|
|
|
<link rel="apple-touch-icon" href="/img/favicon/favicon-180.png">
|
|
|
|
<link rel="manifest" href="/img/favicon/manifest.webmanifest">
|
|
|
|
|
2020-07-16 01:47:07 +00:00
|
|
|
<meta name="msapplication-TileColor" content="#aa2c66">
|
|
|
|
<meta name="msapplication-config" content="/img/favicon/browserconfig.xml">
|
2020-03-27 16:37:13 +00:00
|
|
|
|
2020-08-01 13:11:07 +00:00
|
|
|
<link rel="stylesheet" href="/css/style.css">
|
|
|
|
|
2020-03-27 16:37:13 +00:00
|
|
|
<script src="/js/bundle.js" defer></script>
|
2023-07-23 22:59:47 +00:00
|
|
|
|
|
|
|
<% if (analytics.enabled) { %>
|
|
|
|
<script async src="<%- analytics.address %>" data-website-id="<%- analytics.siteId %>"></script>
|
|
|
|
<% } %>
|
2020-03-27 16:37:13 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="container"></div>
|
|
|
|
|
|
|
|
<script>window.env = <%- env %>;</script>
|
2020-05-13 18:27:06 +00:00
|
|
|
<!-- flag icons by https://www.flaticon.com/authors/freepik -->
|
2020-03-27 16:37:13 +00:00
|
|
|
</body>
|
|
|
|
</html>
|