index.html 1.06 KB
{% load static %}
<!doctype html>
<html lang="en">

<head>
  <meta charset=utf-8>
  <meta http-equiv=X-UA-Compatible content="IE=edge">
  <meta name=viewport content="width=device-width,initial-scale=1">
  <link rel=icon href="{% static 'favicon.ico' %}">
  <title>ThrowBox</title>
  <link href="{% static '/css/app.1dc1d4aa.css' %}" rel=preload as=style>
  <link href="{% static '/css/chunk-vendors.e4bdc0d1.css' %}" rel=preload as=style>
  <link href="{% static '/js/app.1e0612ff.js' %}" rel=preload as=script>
  <link href="{% static '/js/chunk-vendors.951af5fd.js' %}" rel=preload as=script>
  <link href="{% static '/css/chunk-vendors.e4bdc0d1.css' %}" rel=stylesheet>
  <link href="{% static '/css/app.1dc1d4aa.css' %}" rel=stylesheet>
</head>

<body>
  <noscript><strong>We're sorry but ThrowBox doesn't work properly without JavaScript enabled. Please enable it to
      continue.</strong></noscript>
  <div id=app>
  </div>
  <script src="{% static '/js/chunk-vendors.951af5fd.js' %}"></script>
  <script src="{% static '/js/app.1e0612ff.js' %}"></script>
</body>

</html>