forked from iGarym/iGarym.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 1.1 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Igarym.GitHub.io : Gary's page">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
<link rel="stylesheet" href="/src/css/index.css">
<title>Igarym</title>
</head>
<body>
<div class="main-page">
<ul id='page-box'>
<li id='page1' class='page current'>li1</li>
<li id='page2' class='page'>li2</li>
<li id='page3' class='page'>li3</li>
<li id='page4' class='page'>li4</li>
<li id='page5' class='page'>li5</li>
<li id='page5' class='page'>li6</li>
</ul>
<ul id="dot-box">
<li id='dot1' class='dot current'></li>
<li id='dot2' class='dot'></li>
<li id='dot3' class='dot'></li>
<li id='dot4' class='dot'></li>
<li id='dot5' class='dot'></li>
<li id='dot6' class='dot'></li>
</ul>
</div>
</body>
</html>