-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (50 loc) · 1.78 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="google-site-verification" content="XwomRT6qpE4D1Bfr4Xq9ka0j8WcK1oUT7dtGi2kYgw8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NutriFitTracker</title>
<link rel="icon" href="Style/Assets/Air Balloon 1 (1).png">
<link rel="stylesheet" href="Style/Stylings/loader.css">
</head>
<body>
<div class="loader">
<svg
style="
left: 50%;
top: 50%;
position: absolute;
transform: translate(-50%, -50%) matrix(1, 0, 0, 1, 0, 0);
"
preserveAspectRatio="xMidYMid meet"
viewBox="0 0 187.3 93.7"
height="300px"
width="400px"
>
<path
d="M93.9,46.4c9.3,9.5,13.8,17.9,23.5,17.9s17.5-7.8,17.5-17.5s-7.8-17.6-17.5-17.5c-9.7,0.1-13.3,7.2-22.1,17.1 c-8.9,8.8-15.7,17.9-25.4,17.9s-17.5-7.8-17.5-17.5s7.8-17.5,17.5-17.5S86.2,38.6,93.9,46.4z"
stroke-miterlimit="10"
stroke-linejoin="round"
stroke-linecap="round"
stroke-width="4"
fill="none"
id="outline"
stroke="#4E4FEB"
></path>
<path
d="M93.9,46.4c9.3,9.5,13.8,17.9,23.5,17.9s17.5-7.8,17.5-17.5s-7.8-17.6-17.5-17.5c-9.7,0.1-13.3,7.2-22.1,17.1 c-8.9,8.8-15.7,17.9-25.4,17.9s-17.5-7.8-17.5-17.5s7.8-17.5,17.5-17.5S86.2,38.6,93.9,46.4z"
stroke-miterlimit="10"
stroke-linejoin="round"
stroke-linecap="round"
stroke-width="4"
stroke="#4E4FEB"
fill="none"
opacity="0.05"
id="outline-bg"
></path>
</svg>
</div>
<script src="JavaScript/app.js"></script>
</body>
</html>