-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversions.html
33 lines (33 loc) · 1020 Bytes
/
versions.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>SmartQ Versions</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="topnav">
<a href="index.html">Home</a>
<a href="https://GitHub.com/ruihq/smartq/">GitHub</a>
<a class="active" href="versions.html">Download</a>
<a href="about.html">About</a>
<center>
<h1>Download SmartQ</h1>
<h2>Versions:</h2>
<h3>SmartQ v1.1</h3>
<p>Latest Version!</p>
<a class="buttondl" href="https://github.com/ruihq/SmartQ/releases/download/v1.1/com.ruihq.SmartQ.apk">Download Here</a>
</center>
</body>
</html>