fix(client/web): remove css loader (#57)
This commit is contained in:
parent
10c13f5ad8
commit
047e3a8601
12 changed files with 83 additions and 73 deletions
|
@ -11,6 +11,12 @@
|
|||
<script src="/static/js/react.development.js?v=16.8.6"></script>
|
||||
<script src="/static/js/react-dom.development.js?v=16.8.6"></script>
|
||||
<script src="/static/js/immutable.min.js?v=4.0.0-rc.12"></script>
|
||||
<link rel="stylesheet" href="/static/css/animation.css">
|
||||
<link rel="stylesheet" href="/static/css/color.css">
|
||||
<link rel="stylesheet" href="/static/css/desktop.css">
|
||||
<link rel="stylesheet" href="/static/css/reset.css">
|
||||
<link rel="stylesheet" href="/static/css/style.css">
|
||||
<link rel="stylesheet" href="/static/css/white.css">
|
||||
<!-- <link
|
||||
rel="apple-touch-icon"
|
||||
sizes="57x57"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue