修改 build.js 将 css inline 化
This commit is contained in:
@@ -8,11 +8,6 @@
|
||||
|
||||
<title>在线评测系统</title>
|
||||
|
||||
<!-- common css begin -->
|
||||
<link href="/static/css/bootstrap/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="/static/css/bootstrap/todc-bootstrap.min.css" rel="stylesheet">
|
||||
<!-- common css end -->
|
||||
|
||||
<!-- custom css begin -->
|
||||
{% block css_block %}{% endblock %}
|
||||
<!-- custom css end -->
|
||||
@@ -95,7 +90,7 @@
|
||||
|
||||
<!-- custom body end -->
|
||||
<script src="/static/js/config.js"></script>
|
||||
<script src="/static/js/require.js" data-main="/static/js/oj-build.js"></script>
|
||||
<script src="/static/js/require.js" data-main="/static/js/app/oj.js"></script>
|
||||
<!-- footer begin -->
|
||||
<div class="footer">
|
||||
<p class="text-muted text-center">Copyright © 2015 青岛大学信息工程学院 创新实验室</p>
|
||||
|
||||
Reference in New Issue
Block a user