forked from jchen706/junchen.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshopfly.html
More file actions
33 lines (25 loc) · 1.1 KB
/
shopfly.html
File metadata and controls
33 lines (25 loc) · 1.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Just Figured Out My Life!">
<meta name="author" content="Jun Chen">
<title> Jun Chen </title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="getitdone.css">
<link href="https://fonts.googleapis.com/css?family=Aguafina+Script" rel="stylesheet">
<script src="script1.js"></script>
</head>
<body>
<header class="page-header">
<h1 class="display-1" style="color:white;">Shopfly!</h1>
<a href="index.html"><button type="button"class="btn btn-small btn-light mx-auto">Home</button></a>
</header>
</body>
</html>