-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdl.html
More file actions
46 lines (39 loc) · 1.76 KB
/
Copy pathdl.html
File metadata and controls
46 lines (39 loc) · 1.76 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
36
37
38
39
40
41
42
43
44
45
46
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Download | SimpleSide | Armando Montanez</title>
<meta name="keywords" content="volume, audio, AU, AudioUnit, VST, MacOS, plugin, LFO">
<meta name="description" content="The coding endeavors of Armando Montanez">
<meta name="author" content="Armando Montanez">
<link rel="stylesheet" href="css/styles.css?v=1.0">
<link rel="icon" href="favicon.png">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div id="menu">
<div id="menuElements">
<a href="index.html"><img id ="homeImg" src="resources/back.png" alt="Back" height="30" width="30"></a>
<a id="homeButton" href="index.html">Back</a>
</div>
</div>
<div id="main">
<div id="mainContent">
<h2>This plugin is released under GPL, that means it's 100% free!</h2>
<h1>If you would like to see continued development of this plugin, please consider donating!</h1>
<a id="downloadButton" href="files/SimpleSide_release.zip">Download (64-Bit)</a>
<a id="donateButton" href="http://paypal.me/ArmandoMontanez">Donate</a>
</div>
</div>
<div id="counter">
<a href="http://www.web-counter.net" title="click counter"><img src="http://www.web-counter.net/count_20091204.php?c=OZgSZWbMmqg" style="border:0;padding:0;margin:0;" alt="click counter"></a><br/><font size="1" face="Arial"><a href="http://tr.web-counter.net" title="Sayaç">Sayaç</a><br/><a href="http://www.web-counter.net" title="click counter">click counter</a></font>
</div>
<a id="visitText">Downloads:</a>
<div id="foot">
<p class="footertext">Copyright © 2017 Armando Montanez</p>
</div>
<script src="js/scripts.js"></script>
</body>
</html>