-
Notifications
You must be signed in to change notification settings - Fork 0
/
registration_closed.html
28 lines (24 loc) · 1.14 KB
/
registration_closed.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
<!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>Registration Closed</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Arvo&family=Bebas+Neue&family=Chivo+Mono:wght@300&family=Dosis:wght@600&family=Edu+VIC+WA+NT+Beginner&family=Fira+Sans:ital,wght@1,500&family=Josefin+Sans:ital,wght@1,500&family=Noto+Serif+NP+Hmong&family=Rubik:wght@300&family=Unbounded&display=swap" rel="stylesheet">
<link rel="stylesheet" href="registration_closed.css">
<link rel="icon" href="./CuberCup/cyber-cup-logo.jpeg">
</head>
<body>
<div class="container-fluid">
<div class="text-box">
<div class="innerTextBox">
<h2 class="heading">SORRY !!</h2>
<h1 class="heading2">REGISTRATION CLOSED</h1>
</div>
</div>
</div>
</body>
</html>