-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (25 loc) · 1.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WorkIN</title>
<link rel="icon" type="image/png" sizes="32x32" href="imgs/Lotus.png">
<link rel="icon" type="image/png" sizes="16x16" href="imgs/Lotus.png">
<link rel="stylesheet" href="style.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-178448067-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-178448067-1');
</script>
</head>
<body>
<h1 style="width:1200px; margin-bottom: 10px; padding-left:20px; font-size:110px;"> Welcome to WorkIN</h1>
<h2> your AI yoga companion</h2>
<img src="imgs/Lotus.png" style="margin-left:700px; margin-top:30px; width: 694px; height: 700px;">
<img src="imgs/sparkles.svg" style="position:absolute; top:120px; left:1130px; width:180px; height:167px">
<div><a href="instructionsLearn.html" style="width: 240px"><indexbutton style="top: 400px">Start Exercising ➜</indexbutton></a></div>
</body>
</html>