-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (27 loc) · 1.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="zh-tw">
<head>
<meta charset="utf-8">
<title>Codellege</title>
<link rel="stylesheet" href="assets/css/uikit.min.css">
<link rel="stylesheet" href="assets/css/notify.min.css">
<link rel="stylesheet" href="assets/css/codemirror.css">
<link href='//fonts.googleapis.com/css?family=Roboto|Roboto+Mono' rel='stylesheet' type='text/css'>
<style>
html, body {font: 15px/1.8 Roboto, '微軟正黑體', sans-serif}
body, h1, h2, h3, h4, h5, h6, a, p {font-family: Roboto, '微軟正黑體', sans-serif!important}
pre {font-family: 'Roboto Mono', monospace}
</style>
</head>
<body>
<div id="app"></div>
<script src="assets/js/codemirror.js"></script>
<script src="assets/js/clike.js"></script>
<script src="assets/js/matchbrackets.js"></script>
<script src="build/build.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="assets/js/uikit.min.js"></script>
<script src="assets/js/notify.min.js"></script>
<script src="assets/js/biwascheme-min.js"></script>
</body>
</html>