-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (46 loc) · 1.55 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
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Universal File Reader</title>
<meta name="author" content="fredjt">
<link rel="stylesheet" href="Universal File Reader.css">
</head>
<body>
<nav></nav>
<h1>Universal File Reader</h1>
<p id="p1">An application that opens any file type for viewing.</p>
<p id="p2">This is the basic form of the application; viewers will
be added for more file formats as time goes on.</p>
<div id="Downloads">
<div id="Windows">
<a id="Download"
href="https://github.com/fredjt/Universal-File-Reader/releases/download/0.4.0/Universal.File.Reader.Installer.exe">
Download<br>
</a> <a id="Win"
href="https://github.com/fredjt/Universal-File-Reader/releases/download/0.4.0/Universal.File.Reader.Installer.exe">
for Windows (.exe)</a>
</div>
<div id="Java">
<a id="Download"
href="https://github.com/fredjt/Universal-File-Reader/releases/download/0.4.0/Universal.File.Reader0.3.0.jar">
Download<br>
</a> <a id="Win"
href="https://github.com/fredjt/Universal-File-Reader/releases/download/0.4.0/Universal.File.Reader0.3.0.jar">
for Java (.jar)</a>
</div>
</div>
<h2 id="currentVersion">v0.4.0</h2>
<img alt="Binary Data" src="img1.JPG" width="1000px">
<img alt="Plain Text" src="img2.JPG" width="1000px">
<p id="p4">
<a href="LICENSE.txt">Copyright 2021 fredjt</a><br>Universal File
Reader is protected under the <a href="LICENSE.txt">MIT License</a>
</p>
<footer>
<p id="p3">
Universal File Reader<br>is maintained by <b>fredjt</b>
</p>
</footer>
</body>
</html>