-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (56 loc) · 2.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ScpoHL</title>
<script>
function cui() {
m.style.borderColor = b.clientWidth < b.scrollWidth ? "#000" : "#fff" ;
}
window.onresize = cui;
window.onload = function() {
cui();
document.body.removeChild(h);
}
</script>
<style>
@font-face {
font-family: 'consolas';
src: url('./consolas.ttf') format('truetype');
}
</style>
</head>
<body style="padding: 0;margin: 0;font-size: 0.8cm;overflow: hidden;">
<div style="width: 100%;height: 100%;background: #fff;z-index: 999;" id="h" >
<h1 style="margin-left: 1cm;">Loading...</h1>
</div>
<script>
h.style.height = window.innerHeight + 'px'
</script>
<div style="padding: 0.5cm;padding-bottom: 0;">
<h1 style="font-size: 1.5em;display: inline;font-family: consolas;">ScpoHL</h1><br />
<h2 style="font-size: 0.8em;display: inline;font-family: consolas;"> - Hight Lighter by CCPIRA</h2>
</div><hr style="max-width: 24cm; width: 100%;position: absolute;left: 0;" /><br />
<div id="b" style="font-size: 0.6em;overflow: auto;width: 100%;padding: 0;margin: 0;width: 100%;">
<div id="m" style="padding: 1em;white-space: nowrap;display: inline-block;border-style: solid;margin: 1em;">
<p>
ScpoHL is a very High-Levelful code Hight-Lihter by Scpos.
</p><p>
You can use<br />
<code style="overflow: auto;">
<link href="//n9gc.github.io/hl/.css" rel="stylesheet"><br />
<script src="//n9gc.github.io/hl/.js"></script>
</code><br />
to get the ScpoHL.
</p><p>
If you have any problems,<br />
please contact <a href="https://github.com/n9gc">Scpos</a>.<br />
</p><p>
Being able to support your project is our pleasure.
</p>
</div>
</div>
</body>
</html>