-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathofftgf.html
33 lines (32 loc) · 2.17 KB
/
offtgf.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
<!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>SunLightRP - Nincs tagfelvétel</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="shortcut icon" href="res/images/header-slrp.png" type="image/x-icon">
<link rel="stylesheet" href="res/css/addon-styles.css">
</head>
<body>
<img src="res/images/header-slrp.png" alt="" class="rounded mx-auto d-block m-5" width="100px">
<h1 class="text-center text-white display-4 m-5"><b class="b-title" style="font-weight: 500; ">SunLightRP</b> Staff Jelentkezés</h1>
<h2 class="text-center text-white m-5">A tagfelvétel <b style="color: red">lezárult</b>, addig is csatlakozz fel discord szerverünkre, ha még nem vagy fent, hogy kapj mindenről naprakész információt!</h2>
<picture>
<source srcset="https://fonts.gstatic.com/s/e/notoemoji/latest/274c/512.webp" type="image/webp">
<img class="rounded mx-auto d-block m-5" src="https://fonts.gstatic.com/s/e/notoemoji/latest/274c/512.gif" alt="❌" width="232" height="232">
</picture>
<button type="submit" class="btn btn-info rounded mx-auto d-block m-5" onclick="ticket()">Discord</button>
<button type="submit" class="btn btn-secondary rounded mx-auto d-block m-5" onclick="fooldal()">Vissza a főoldalra</button>
</body>
<script>
function ticket() {
window.open("https://discord.gg/KdwuQxfH69")
}
function fooldal() {
window.open("index.html", "_self")
}
</script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-zYPOMqeu1DAVkHiLqWBUTcbYfZ8osu1Nd6Z89ify25QV9guujx43ITvfi12/QExE" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-Y4oOpwW3duJdCWv5ly8SCFYWqFDsfob/3GkgExXKV4idmbt98QcxXYs9UoXAB7BZ" crossorigin="anonymous"></script>