-
Notifications
You must be signed in to change notification settings - Fork 1
/
benchmarks.html
47 lines (47 loc) · 938 Bytes
/
benchmarks.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
<!DOCTYPE html>
<html>
<head>
<title>Subscriber Benchmarks</title>
<link rel="shortcut icon" href="Icon.png">
</head>
<body>
<h1>Kevycat Subscriber Benchmarks</h1>
<ul>
<li>
<h2>3 subscribers</h2>
<p>The animation invasion begins in Scrao Mechanic SkyCity.</p>
</li>
<li>
<h2>4 subscribers</h2>
<p>All Scrap Mechanic SkyCity files are made available on Steam Workshop.</p>
</li>
<li>
<h2>5 subscribers</h2>
<p>Five subscriber special, subscribers vote what I do in that video.</p>
</li>
<li>
<h2>7 subscribers</h2>
<p>K-Script execution enviroment will be on this website, for download.</p>
</li>
</ul>
</body>
<footer>
<style>
h1 {
color:#00ffff
}
html {
background:#e0e0e0
}
h2 {
color:#0ddddd
}
p {
color:#0ddddd
}
ul {
color:#0ddddd
}
</style>
</footer>
</html>