-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsub-basic.html
More file actions
57 lines (57 loc) · 2.44 KB
/
sub-basic.html
File metadata and controls
57 lines (57 loc) · 2.44 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="">
<meta name="keywords" content="">
<!-- mobile use-->
<meta name="viewport" content="initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, width=device-width">
<!-- mobile use end-->
<meta name="apple-mobile-web-app-capable" content="yes">
<link href="../css/basic.css" rel="stylesheet">
<script src="../js/jquery-1.11.1.min.js"></script>
<script src="../js/action.js"></script>
</head>
<body class="gcss">
<!-- ap-wrap-->
<div class="ap-wrap">
<!-- ap-nav-->
<nav class="ap-nav">
<div class="info-box"><a href="http://localhost" class="info-link">
<h2 class="logo">GCSS</h2></a></div>
<ul class="nav">
<li class="nav-item"><a href="http://localhost" class="nav-link">概觀</a></li>
<li class="nav-item"><a href="http://localhost/style-guide.html" class="nav-link">Style guide</a></li>
<li class="nav-item"><a href="http://localhost/file-array.html" class="nav-link">檔案結構</a></li>
<li class="nav-item has-child"><a href="http://localhost/base-group.html" class="nav-link">Base 組成</a>
<ul class="sub-nav">
<li class="nav-item"><a href="http://localhost/base-group/reset.html" class="nav-link">reset</a></li>
<li class="nav-item"><a href="http://localhost/base-group/variables.html" class="nav-link">variables</a></li>
<li class="nav-item"><a href="http://localhost/base-group/mixin.html" class="nav-link">mixin</a></li>
<li class="nav-item"><a href="http://localhost/base-group/tools.html" class="nav-link">tools</a></li>
<li class="nav-item"><a href="http://localhost/base-group/base.html" class="nav-link">base</a></li>
</ul>
</li>
</ul>
</nav>
<!-- ap-nav end-->
<!-- ap-header-->
<header class="ap-header">
<div class="header-box removeTextNodes"><a class="nav-ctrl"><span class="icon-brug"></span></a>
</div>
</header>
<!-- ap-header end-->
<!-- ap-main-->
<main class="ap-main">
<div class="fn-body">
</div>
</main>
<!-- ap-main end-->
<!-- ap-footer-->
<footer class="ap-footer"></footer>
<!-- ap-footer end -->
</div>
<!-- ap-wrap end-->
</body>
</html>