-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (44 loc) · 1.95 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="ko-KR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1280, initial-scale=1.0, user-scalable=yes">
<meta name="format-detection" content="telephone=no"/>
<title>SPSTRAP Document API</title>
<!-- Spstrap : library -->
<script defer type="text/javascript" src="/_sp/spstrap/module/ie.js"></script>
<script defer type="module" src="/_sp/spstrap/spstrap.js"></script>
<link rel="stylesheet" href="/_sp/spstrap/css/spstrap.css">
<!-- document api library -->
<script defer type="module" src="/_sp/spstrap/doc/module/doc.js"></script>
<link rel="stylesheet" href="/_sp/spstrap/doc/css/doc.css">
</head>
<body>
<div class="sp--box" fill="full" direction="column-" vertical="max">
<ul>
<li flex="1" direction="center">
<a href="/_sp/spstrap/doc/doc.html" class="sp--btn" theme="dark" scale="2xl-nude" hover="primary">
<div>
<strong class="sp--font" scale="5xl" vspace="xs">SPSTRAP</strong>
<hr class="sp--hr" theme="light" figure="shape" space="xl" />
<span class="sp--font" scale="2xl">website creation library</span>
<br />
<span class="sp--font" theme="gray" scale="xl">
Getting started
<i class="sp--icon" theme="dark" ico="caret" scale="lg"></i>
</span>
</div>
</a>
</li>
<li flex="0">
<!-- include : footer -->
<div class="sp--desc" theme="-center" gap="3xl-box">
<div class="sp--font" scale="sm">
<footer data-class="os-theme-light" w3-include-html="/_sp/spstrap/doc/include/footer.html"></footer>
</div>
</div>
</li>
</ul>
</div>
</body>
</html>