-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (72 loc) · 3.08 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html>
<head>
<title>ImgVx86</title>
<link rel="icon" type="image/ico" href="https://raw.githubusercontent.com/ArdeshirV/ImgVx86/master/img/ImgVx86.ico">
<style>
body {
margin: 5vh 5vw;
color: lime;
font-family: monospace;
background-color: black;
}
.copyright {
color: yellow;
text-align: center;
}
section {
margin-bottom: 4em;
margin-left: 2em;
margin-right: 2em;
}
img {
width: 100%;
}
h1 {
color: red;
text-align: center;
}
pre {
color: gray;
}
</style>
</head>
<header>
<h1>ImgVx86</h1>
</header>
<main>
<article>
<section>
<p><a href="https://github.com/ArdeshirV/ImgVx86" target="_blank" alt="Download ImgVx86 source code">Source code on my github</a></p>
</section>
<section>
<h2 style=""><a href="https://github.com/ArdeshirV/ImgVx86/releases/download/1/ImgVx86.zip" target="_blank">ImgVx86.com</a> demonstrates photo in DOS operating system</h2>
<p>The <a href="https://github.com/ArdeshirV/ImgVx86/releases/download/1/ImgVx86.zip" target="_blank">ImgVx86.com</a> is an executable COM file that is only 385 byte and it is written in Assembly programming language but it can show a kind of none standard photo in DOS operating system. I developed this assembly program about 1998 when I was about 13 years and I didn't change it since 2003 except about adding copyright and GPL license because I want to share it here.</p>
</section>
<section>
<h3>Sample Run</h3>
<section>
<h4>You can run the <a href="https://github.com/ArdeshirV/ImgVx86/blob/master/Run.bat" target="_blank">Run.bat</a> file to test <a href="https://github.com/ArdeshirV/ImgVx86/releases/download/1/ImgVx86.zip" target="_blank">ImgVx86.com</a>:<h4>
<img alt="find and run the Run.bat file" src="https://raw.githubusercontent.com/ArdeshirV/ImgVx86/master/img/ImgVx86_0_run.png">
<br/><br/>
</section>
<section>
<h4><a href="https://github.com/ArdeshirV/ImgVx86/releases/download/1/ImgVx86.zip" target="_blank">ImgVx86.com</a> shows photo:<h4>
<img alt="ImgVx86.com show a photo" src="https://raw.githubusercontent.com/ArdeshirV/ImgVx86/master/img/ImgVx86_1.png">
<br/><br/>
</section>
<section>
<h4><a href="https://github.com/ArdeshirV/ImgVx86/releases/download/1/ImgVx86.zip" target="_blank">ImgVx86.com</a> shows another photo when you press a key:<h4>
<img alt="ImgVx86.com show another photo" src="https://raw.githubusercontent.com/ArdeshirV/ImgVx86/master/img/ImgVx86_2.png">
<br/><br/>
</section>
</section>
</article>
</main>
<footer>
<p class="copyright">
Copyright© 1998-2019 <a href="mailto:ardeshirv@protonmail.com" alt="email">ArdeshirV@protonmail.com</a>, Licensed under GPL<sup>v3+</sup>
<p/>
</footer>
</body>
</html>