-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·63 lines (57 loc) · 2.14 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
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Index /boostrap</title>
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.js"></script>
<![endif]-->
<!-- Bootstrap CSS and useful links -->
<!-- Local bootstrap -->
<link rel="stylesheet" type="text/css" href="../../bootstrap/css/bootstrap.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<style type="text/css">
*{
font-family: 'Roboto', sans-serif;
}
body{
padding:30px;
font-size: 30px;
background-color:#eff1e6;
}
li{
list-style: none;
}
p{
margin-top: 20px;
font-size: 17px;
}
li a{
font-size: 18px;
}
li a:hover{
text-decoration: none;
}
</style>
</head>
<body>
<aside class="container">
<aside class="row" style="margin-top: 30px;">
<aside class="col-md-6">
<ul>
<li><a href="chapter2/chapter2-index.html">2 Natours Project — Setup and First Steps (Part 1)</a></li>
<li></li>
</ul>
</aside>
<aside class="col-md-6"></aside>
</aside>
</aside>
<!-- Local bootstrap -->
<script type="text/javascript" src="bootstrap4.0/js/bootstrap.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
</body>
</html>