-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsplash.html
More file actions
52 lines (46 loc) · 1.14 KB
/
Copy pathsplash.html
File metadata and controls
52 lines (46 loc) · 1.14 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
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<title>DRKB 3.1</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link type="text/css" href="kb/css/css.css" rel="stylesheet"/>
<style>
* {
box-sizing: border-box;
}
html, body {
width: 100vw;
height: 100vh;
overflow: hidden;
}
html, body, table, tbody, tr, th, td, img, p {
border: 0 !important;
margin: 0 !important;
padding: 0 !important;
}
table {
border-spacing: 0 !important;
border-collapse: collapse !important;
}
td {
background: none !important;
}
p {
line-height: 100% !important;
}
img {
user-select: none !important;
}
</style>
</head>
<body>
<table width="100%" height="100%">
<tr style="height:90%"><td align="center" valign="middle">
<p><a title="DRKB на GitHub" href="https://github.com/quadroid/drkb" target="_blank"><img src="kb/img/splash.png" alt="DRKB 3.1"/></a></p>
</td></tr>
<tr style="height:10%"><td align="center" valign="middle">
<p>© 2005–2010 <a title="Quadroid" href="https://github.com/quadroid" target="_blank">Quadr0</a></p>
</td></tr>
</table>
</body>
</html>