-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
template-semantic.html
60 lines (55 loc) · 2.66 KB
/
template-semantic.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap Table Examples</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.">
<meta name="keywords" content="table, bootstrap, bootstrap plugin, bootstrap resources, bootstrap table, jQuery plugin">
<meta name="author" content="Zhixin Wen, and Bootstrap table contributors">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@highlightjs/[email protected]/styles/default.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/hint.min.css">
<link rel="stylesheet" href="assets/css/docs.min.css">
<link rel="stylesheet" href="assets/css/template.css?v=VERSION">
<script src="https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/sprintf.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@highlightjs/[email protected]/highlight.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/marked.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/flexibility.min.js"></script>
<script src="assets/js/template.js?v=VERSION"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132747866-1"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {window.dataLayer.push(arguments)}
gtag('js', new Date())
gtag('config', 'UA-132747866-1')
</script>
</head>
<body>
<div class="header-wrapper">
<div class="title-desc">
<h1 class="bd-title" id="content">
<span></span>
<a id="viewSource" href="javascript:">
<i class="fa fa-code"></i>
</a>
<a id="viewExample" href="javascript:">
<i class="fa fa-eye"></i>
</a>
</h1>
<p class="bd-lead"></p>
</div>
<div class="header-right">
<div id="gg"></div>
<script src="https://gg.wenzhixin.net.cn/bootstrap-table/gg.js"></script>
</div>
</div>
<div id="example"></div>
<pre class="source-pre"><code id="source" class="html"></code></pre>
</body>
</html>