Yoonjunhyeon

front build

1 +{% load static %}
2 +<!doctype html>
3 +<html lang="en">
4 +
5 +<head>
6 + <meta charset=utf-8>
7 + <meta http-equiv=X-UA-Compatible content="IE=edge">
8 + <meta name=viewport content="width=device-width,initial-scale=1">
9 + <link rel=icon href="{% static 'favicon.ico' %}">
10 + <title>ThrowBox</title>
11 + <link href="{% static '/css/app.1dc1d4aa.css' %}" rel=preload as=style>
12 + <link href="{% static '/css/chunk-vendors.e4bdc0d1.css' %}" rel=preload as=style>
13 + <link href="{% static '/js/app.1e0612ff.js' %}" rel=preload as=script>
14 + <link href="{% static '/js/chunk-vendors.951af5fd.js' %}" rel=preload as=script>
15 + <link href="{% static '/css/chunk-vendors.e4bdc0d1.css' %}" rel=stylesheet>
16 + <link href="{% static '/css/app.1dc1d4aa.css' %}" rel=stylesheet>
17 +</head>
18 +
19 +<body>
20 + <noscript><strong>We're sorry but ThrowBox doesn't work properly without JavaScript enabled. Please enable it to
21 + continue.</strong></noscript>
22 + <div id=app>
23 + </div>
24 + <script src="{% static '/js/chunk-vendors.951af5fd.js' %}"></script>
25 + <script src="{% static '/js/app.1e0612ff.js' %}"></script>
26 +</body>
27 +
28 +</html>
...\ No newline at end of file ...\ No newline at end of file
......