This repository was archived by the owner on Mar 21, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (44 loc) · 2.04 KB
/
index.html
File metadata and controls
53 lines (44 loc) · 2.04 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
<!-- Doctype declaration -->
<!DOCTYPE html>
<!-- HTML element -->
<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>Pebo.Codes</title>
<!-- Open Graph Protocol Metadata -->
<meta property="og:type" content="website">
<meta property="og:title" content="Pebo CodeZ">
<meta property="og:theme-color" content="#FFFFF">
<meta property="og:description" content="Its Me , Prarambha ; Mister Bashyal ; Parom Boat. Also Founder of NextEra Development">
<!-- favicon --> <meta property="og:image" content="">
<meta property="og:url" content="https://pebo.codes">
<!-- Link to External Stylesheets -->
<link rel="icon" type="image/png" sizes="16x16" href="">
<link rel="icon" type="image/png" sizes="32x32" href="">
<link rel="apple-touch-icon" sizes="180x180" href="">
<link rel="shortcut icon" type="image/x-icon" href="">
<link rel="manifest" href="site.webmanifest">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="tailwind.css">
<link rel="stylesheet" href="animate.css">
<link rel="stylesheet" href="tippy.all.css">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="index.css">
</head>
<body>
<div id="landing-page" class="flex items-center justify-center">
<div class="cursor-pointer flex items-center justify-center text-5xl text-glow font-medium">
<span class="mr-4 text-5xl pl-4"></</span>
<span class="mx-4 text-center text-5xl">
CLICK ANYWHERE<br>TO ENTER
</span>
</div>
<span class="ml-4 text-5xl pr-4">></span>
</div>
</div>
<div id="main-content" class="hidden">
<video id="background-video" playsinline="playsinline" autoplay="autoplay" loop="loop">
<source src="vid.mp4" type="video/mp4">
</video>