-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (34 loc) · 1.81 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
<html>
<head>
<title>Berry Foundations</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="Berry Foundations Icon.png">
<meta name="description" content="Berry Foundations is a bot development organization.">
<meta property="og:url" content="https://Berry-Tech.attaditya.repl.co/">
<meta property="og:type" content="website">
<meta property="og:title" content="Berry Foundations">
<meta property="og:description" content="Berry Foundations is a bot development organization.">
<meta property="og:image" content="https://raw.githubusercontent.com/Berry-Foundations/berry-foundations.github.io/main/Berry%20Foundations%20Social%20Banner.png">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="Berry-Tech.attaditya.repl.co">
<meta property="twitter:url" content="https://Berry-Tech.attaditya.repl.co/">
<meta name="twitter:title" content="Berry Foundations">
<meta name="twitter:description" content="Berry Foundations is a bot development organization.">
<meta name="twitter:image" content="https://raw.githubusercontent.com/Berry-Foundations/berry-foundations.github.io/main/Berry%20Foundations%20Social%20Banner.png">
<script src="script.js" defer></script>
<script src="https://kit.fontawesome.com/a63f2fde7e.js" crossorigin="anonymous"></script>
<script>
window.addEventListener("contextmenu", e => e.preventDefault());
</script>
</head>
<body>
<div class="main" id="content"></div>
<div class="nav">
<i class="fas fa-globe-asia" onclick="changePage('asia');"></i>
<i class="fas fa-question" onclick="changePage('question');"></i>
<i class="fas fa-robot" onclick="changePage('robot');"></i>
<i class="fas fa-user-shield" onclick="changePage('shield');"></i>
</div>
<div class="bg"></div>
</body>
</html>