-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (38 loc) · 2.18 KB
/
index.html
File metadata and controls
61 lines (38 loc) · 2.18 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
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>NSMB Central Level Contests</title>
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/Rph-nsmb/contests/refs/heads/main/assets/nsmbc.png">
<meta content="NSMB Level Contests" property="og:title" />
<meta content="https://raw.githubusercontent.com/Rph-nsmb/contests/refs/heads/main/assets/contests.png" property="og:image" />
<meta content="Participate to unofficial NSMB modding level contests and show us your creativity!" property="og:description" />
<meta content="#00b60f" data-react-helmet="true" name="theme-color"/>
<link href="https://cdn.jsdelivr.net/gh/Rph-nsmb/contests@cce6236/assets/style.css" rel="stylesheet">
<!--link href="file:///home/rph/Documents/Github/contests/assets/style.css" rel="stylesheet"-->
</head>
<body>
<div class="navbar">
<div class="navbar_inside">
<a target="_blank" href="https://nsmbcentral.net"><div class="navbar_l navbar_icon"><img src="https://raw.githubusercontent.com/Rph-nsmb/contests/refs/heads/main/assets/nsmbc.png" style="height:100%"></div></a>
<div class="navbar_m"></div>
<a target="_blank" href="https://rph-nsmb.github.io/contests/about/" class="nolink"><div class="navbar_r">About</div></a>
<a target="_blank" href="https://rph-nsmb.github.io/contests/contests/" class="nolink"><div class="navbar_r">Contests</div></a>
<a target="_blank" href="https://discord.gg/9ZWR2Fdaq8" class="nolink"><div class="navbar_r">Discord</div></a>
</div>
</div>
<br>
<div class="flex-column main-page">
<div class="box">
<div class="info_box">
<h1>The first contest is opened! Check <a target="_blank" href="https://rph-nsmb.github.io/contests/contests/">contests</a> for the rules.</h1>
</div>
<div class="warning_box">
<h1>Warning: we are not affiliated with NSMB Central. Please see <a target="_blank" href="https://rph-nsmb.github.io/contests/about/">about</a> for more information.</h1>
</div>
</div>
<div style="width: 100%; height: 1350px">
<div class="DS"><img src="https://raw.githubusercontent.com/Rph-nsmb/contests/refs/heads/main/assets/DS.png" style="width:100%"></div>
</div>
</div>
</body>