Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
PKH_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
2
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Yoonjunhyeon
2020-06-19 00:28:57 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
98ea8c433442adc8513d25e9d643e15ee5daf203
98ea8c43
1 parent
37175323
front build
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
web/backend/templates/index.html
web/backend/templates/index.html
View file @
98ea8c4
{% 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>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment