-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
48 lines (48 loc) · 1.1 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
<!DOCTYPE html>
<html>
<head>
<title>ArdeshirV.Forms</title>
<link rel="icon" type="image/ico" href="https://raw.githubusercontent.com/ArdeshirV/ArdeshirV.Forms/master/ArdeshirV.Forms/resources/ArdeshirV.Forms.Logo.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>
<body>
<header>
<h1>ArdeshirV.Forms</h1>
<h1>My Custom .Net Windows Forms</h1>
</header>
<main>
<h3>Under heavy construction</h3>
</main>
<footer>
<p class="copyright">
Copyright© 2015-2019 <a href="mailto:[email protected]" alt="email">[email protected]</a>, Licensed under GPL<sup>v3+</sup>
<p/>
</footer>
</body>
</html>