-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (62 loc) · 2.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>remi's Nekoweb Sitebox Previewer</title>
<link rel="stylesheet" href="./banner.css" />
<!-- Uncomment the line below if you want to use your own elements.css instead. Place it in the same folder as this project. -->
<!-- <link id="userCss" rel="stylesheet" href="./elements.css"> -->
</head>
<body>
<div class="carouselContainer">
<div class="nspSiteboxContainer">
<div class="pre-site">
<div
id="site"
class="site-box"
style="
width: 275px !important;
height: 190px !important;
position: relative !important;
"
>
<span class="top-dot"></span>
<a
id="NOTUSEDONNEKOWEBanchor"
href="https://nekoweb.org/"
target="_blank"
style="position: relative !important"
>
<div class="sitefeature" style="position: relative !important">
<img
id="NOTUSEDONNEKOWEBsitescreenshot"
src="/assets/nekoweb/previewplaceholder.png"
class="screenshot"
style="position: relative !important"
/>
</div>
<p
id="NOTUSEDONNEKOWEBsitelink"
style="position: relative !important"
>
SITENAME.nekoweb.org
<span style="position: relative !important" class="follow"
>[+]</span
>
</p>
<span
id="NOTUSEDONNEKOWEBsitetitle"
style="position: relative !important"
>site title</span
>
<br />
</a>
<span class="bottom-dot"></span>
</div>
</div>
</div>
</div>
<script src="bannerInfo.js"></script>
</body>
</html>