-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgps.html
27 lines (27 loc) · 949 Bytes
/
gps.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>title</title>
<meta name="author" content="name">
<meta name="description" content="description here">
<meta name="keywords" content="keywords,here">
<link rel="stylesheet" href="assets/styles.css" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,600" rel="stylesheet">
</head>
<body>
<div class="back">
<a href="javascript:history.go(-1)">Go Back</a>
</div>
<div class="project__summary container">
<h1>Loc8r</h1>
<div class="project__container">
<div class="project__img" id="gpsiphone"></div>
<div class="project__img" id="gpsipad"></div>
<div class="project__img" id="gpslaptop"></div>
</div>
</div>
</body>
</html>