-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (26 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "dkhehaemr6");
</script>
<meta name="description" content="ModernFlyouts Website">
<meta name="keywords" content="ModernFlyouts, UWP, Windows10, UI">
<meta name="author" content="ModernFlyouts">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/png" href="./rsc/logo.png" />
<title>ModernFlyouts</title>
</head>
<body>
<img src="./rsc/logo-big.png" class="logo" alt="ModernFlyouts">
<p class="title">ModernFlyouts</p>
<a href="https://www.microsoft.com/store/apps/9MT60QV066RP"><button class="b1"><b>Download Now</b></button></a><a href="https://github.com/ModernFlyouts-Community/ModernFlyouts"><button class="b2"><b>View on GitHub</b></button></a>
<img src="./rsc/1.png" class="first" alt="ModernFlyouts">
</body>
</html>