-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (70 loc) · 3.02 KB
/
index.html
File metadata and controls
81 lines (70 loc) · 3.02 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<html lang="en">
<!--Fuck you we need minimalism, not realism-->
<head>
<!-- Load Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<!-- Fix translator.js script -->
<style>
.site-footer {
background: #111;
color: #ccc;
text-align: center;
padding: 15px 0;
font-size: 14px;
margin-top: 50px;
}
.footer-text {
margin-bottom: 10px;
}
.footer-links a {
color: #aaa;
margin: 0 10px;
font-size: 20px;
transition: color 0.2s ease;
}
.footer-links a:hover {
color: white;
}
</style>
<meta charset="UTF-8">
<meta name="google-site-verification" content="xOvT4U_zDyyRpKP15Yq6yPDCtC3QoNjiE8Nvz8NkfvA" />
<meta name="description" content="memes and other garbage like projects">
<meta property="og:image" content="https://unknown07724.github.io/assets/1.webp">
<meta name="keywords" content="website, memes, unknown07724">
<meta name="author" content="Unknown07724">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="favicon.png">
<link rel="stylesheet" href="/styles/main.css">
<title>Frogs</title>
<script src="/scripts/translator.js"></script>
<script> src="/scripts/april-fools.js"</script>
</head>
<body>
<h2>hello there</h2>
<p>I make stuff for no reason</p>
<p>this site has some pages that google flags as dangerous,
<p>ignore them as it is false because I don't know which ones are marked as dangerous</p>
<a href="/project-list.html">
<p>project list</p>
</a>
<p>because you scrolled too far</p>
<p>I gave you a free meme</p>
<img src="/assets/1.webp" alt="Forgs" class="center">
<p>my server</p>
<iframe title="my discord server" src="https://discord.com/widget?id=1233473231558541422&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
<h3>video(s) approved by the frog council</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Xpf5P7X0sNo?si=7C8eB4ynLiEWIXiT" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<footer class="site-footer">
<div class="footer-text">
- by unknown07724 (ds: unknown_07724)
</div>
<div class="footer-links">
<a href="/contact.html" title="Contact"><i class="fas fa-envelope"></i></a>
<a href="https://github.com/unknown07724/unknown07724.github.io/" title="GitHub Repo" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://discord.gg/Xw7w5MfgER" title="Discord server" target="_blank"><i class="fa-brands fa-discord"></i></a>
<a href="https://x.com/unknown07724" title="Twitter" target="_blank"><i class="fa-brands fa-twitter"></i></a>
<a href="docs/docs.html" title="Docs" target="_blank"><i class="fas fa-book"></i></a>
</div>
</footer>
</body>
</html>