-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (35 loc) · 1.07 KB
/
index.html
File metadata and controls
35 lines (35 loc) · 1.07 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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Track it</title>
</head>
<body>
<div id="box">
<div id="social-icons">
<a href="https://discord.gg/" target="_blank">
<img src="assets/discord.png" alt="">
</a>
<a href="https://github.com/apptrackit/trackit-ios" target="_blank">
<img src="assets/github.png" alt="">
</a>
<a href="#" target="_blank">
<img src="assets/appstore.png" alt="">
</a>
<a href="#">
<img src="assets/playstore.png" alt="">
</a>
</div>
<div id="title">
<h1>Track it</h1>
<div id="subtitle-container">
<h4>Your personalized life tracker app</h4>
</div>
</div>
<img src="assets/1.png" alt="">
<img id="right" src="assets/2.png" alt="">
</div>
</body>
</html>