-
Notifications
You must be signed in to change notification settings - Fork 0
/
001.html
36 lines (32 loc) · 2.04 KB
/
001.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Hello Github Pages</title>
<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.5/slate/bootstrap.min.css" rel="stylesheet" integrity="sha256-JcgoO7qVianjbv43Z5KinReHzk9/rEZg5m6z/ZZy3DI= sha512-rYMbEYJa5+7VkGdfAypdYHqwIdCNEBKh8lhKUNIv58tgHQuHHzXC/Bzf66BFDkTjq970Lc6OIEpgllKINGDCKQ==" crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha256-VBrFgheoreGl4pKmWgZh3J23pJrhNlSUOBek+8Z2Gv0= sha512-i8+QythOYyQke6XbStjt9T4yQHhhM+9Y9yTY1fOxoDQwsQpKMEpIoSQZ8mVomtnVCf9PBvoQDnKl06gGOOD19Q==" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="//code.jquery.com/ui/1.11.3/themes/smoothness/jquery-ui.css">
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="//code.jquery.com/ui/1.11.3/jquery-ui.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<h1>Hello World from Github Pages.</h1>
<hr>
<div class="list-group">
<div class="list-group-item" id="hello_01">Simple Demo World With this ID: 001</div>
<div class="list-group-item" id="hello_02">Simple Demo World With this ID: 002</div>
<div class="list-group-item" id="hello_03">Simple Demo World With this ID: 003</div>
<div class="list-group-item" id="hello_04">Simple Demo World With this ID: 004</div>
<div class="list-group-item" id="hello_05">Simple Demo World With this ID: 005</div>
<div class="list-group-item" id="hello_06">Simple Demo World With this ID: 006</div>
<div class="list-group-item" id="hello_07">Simple Demo World With this ID: 007</div>
<div class="list-group-item" id="hello_08">Simple Demo World With this ID: 008</div>
<div class="list-group-item" id="hello_09">Simple Demo World With this ID: 009</div>
<div class="list-group-item" id="hello_10">Simple Demo World With this ID: 010</div>
</div>
</div>
</body>
</html>