-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (31 loc) · 1.17 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
<!DOCTYPE html>
<html lang="en">
<link rel="icon" type="image/ico" href="favicon.ico" >
<head>
<title>Trackway | Trip Location Sharing</title>
<meta name="description" content="Live location sharing with your group while on a Trip.">
<meta name="author" content="Uday Reddy, [email protected]">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="/style.css" >
</head>
<body>
<div class="outer-wrapper">
<div class="wrapper">
<div class="slide one"></div>
<div class="slide two"></div>
<div class="slide three"></div>
</div>
</div>
<div class="container">
<div class="title">
<img src="/images/Logo-v1.1.png" alt="logo" style="width:10vh;">
<h2>Trackway</h2>
</div>
<div class="copy">
<p><a href="privacy.html"> Privacy Policy </a> <a href="terms.html"> Terms & License</a></p>
<p>© 2021-2023 Trackway. All Rights Reserved</p>
</div>
</div>
</body>
</html>