-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
44 lines (39 loc) · 1.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Volume control for Windows">
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap-reboot.min.css">
<link rel="stylesheet" href="styles/core.css">
<link rel="stylesheet" href="styles/home/style.css">
<title>EarTrumpet</title>
</head>
<body>
<div id="container">
<div class='item'>
<img id="hero" src="hero.gif" />
</div>
<div class='item'>
<h1>EarTrumpet</h1>
<p>Volume control for Windows</p>
<p>
<a href='//apps.microsoft.com/store/detail/eartrumpet/9NBLGGH516XP?mode=full&cid=eartrumpet.landing'>
<img class='badge' src="microsoft.svg" alt="Get it from Microsoft"></img>
</a>
<a href='//community.chocolatey.org/packages/EarTrumpet'>
<img class='badge' src="chocolatey.svg" alt="Get it from Chocolatey"></img>
</a>
<a href='//github.com/File-New-Project/EarTrumpet'>
<img class='badge' src="github.svg" alt="View on GitHub"></img>
</a>
</p>
<p id='dev-channel'>
🧪 <a href='//install.eartrumpet.app/dev/EarTrumpet.Package.appinstaller'>
Experimental dev builds are also available, if you want to try what's coming next.
</a>
</p>
</div>
</div>
</body>
</html>