-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (45 loc) · 1.86 KB
/
Copy pathindex.html
File metadata and controls
53 lines (45 loc) · 1.86 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
53
<!DOCTYPE html>
<html lang="en">
<head>
<title>BEEMER.ZONE ☠</title>
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/fonts-animation.css" />
<link rel="stylesheet" href="css/navbar.css" />
<link rel="stylesheet" href="css/footer.css" />
<link rel="stylesheet" href="css/header.css" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" href="assets/videos/a_cigs.png" sizes="32x32" />
<link rel="icon" type="image/png" href="assets/videos/a_cigs.png" sizes="16x16" />
</head>
<body>
<div class="main">
<div class="header-box">
<div class="header">
<span><a href="/">beemer.zone</a>__________________</span>
</div>
</div>
<div class="flex-container">
<div class="navbar">
<!-- navbar gets generated here :D -->
</div>
<div class="main-content">
<iframe src="/pages/home.html" frameborder="0" width="100%" height="100%" scrolling="auto"></iframe>
</div>
</div>
<div class="footer">
<!-- <span id="counter"><a href="https://www.cutercounter.com/" target="_blank"><img src="https://www.cutercounter.com/hits.php?id=hvxpkpqd&nd=6&style=14" border="0" alt="blog counter"></a><a href="https://www.ttu.cc/" target="_blank"></a></span> -->
<div class="silly-footer">
<a href="https://github.com/BeemerJ/beemerj.github.io">Acting downright silly since 2022</a>
</div>
<p class="inspired">
_______________________________________________________________________ original idea and layout inspired by
<a href="https://cabbagesorter.neocities.org/">Cabbage Sorter</a>
</p>
</div>
</div>
</body>
</html>
<!-- <script src="./js/scalebody.js"></script> -->
<script src="./js/navbar.js"></script>
<script src="./js/navigation.js" defer></script>