-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
44 lines (40 loc) · 1.68 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
38
39
40
41
42
43
44
<!doctype html>
<html lang="en">
<head>
<title>Cursed</title>
<meta charset="utf-8">
<link href="/favicon.png" rel="icon" type="image/x-icon" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css"
href="https://cursedprograms.github.io/cursedentertainment/styles/main-style.css">
<link rel="stylesheet" type="text/css"
href="https://cursedprograms.github.io/cursedentertainment/styles/content-style.css">
<link rel="stylesheet" type="text/css"
href="https://cursedprograms.github.io/cursedentertainment/styles/header-style.css">
<link rel="stylesheet" href="./index.css">
</head>
<body>
<div class="content">
<div class="header_container">
<div class="header_img"> <img
src="https://raw.githubusercontent.com/CursedPrograms/cursedentertainment/main/images/logos/cursed-logo.png"
alt="CursedEntertainment Logo" width="277" height="149"> </div>
<div class="horizontal-menu"> <br>
<ul>
<li><a href="https://cursed-entertainment.netlify.app/">Cursed</a></li>
<li><a href="https://ce-chat.netlify.app/">CEChat</a></li>
</ul>
</div>
</div>
<div class="grid_container">
</div>
</div>
<div class="icons_container">
<iframe src="https://cursedprograms.github.io/cursedentertainment/iframes/social-media-icons/social-media-icons.html"
frameborder="0"></iframe>
</div>
<footer id="dynamicFooter"></footer>
<script src="https://cursedprograms.github.io/cursedentertainment/scripts/footer.js"></script>
</body>
</html>