-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (32 loc) · 1.35 KB
/
index.html
File metadata and controls
35 lines (32 loc) · 1.35 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Remember</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="main.js"></script>
</head>
<body>
<nav class="navbar navbar-inverse .navbar-dark sticky-top" id="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="index.html">Home</a>
</div>
</div>
</nav>
<div class="container">
<h1 class='list-view'></h1>
<div id="whole_card" class="card col-sm-8">
<img src="fish.jpg" class="card-img-top" id="koi_fish"alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Remember</h5>
<a href="second_page.html" id="start_button" class="button btn btn-primary"><span>Start</span></a>
</div>
</div>`;
</div>
</body>
</html>