-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (40 loc) · 1.89 KB
/
index.html
File metadata and controls
41 lines (40 loc) · 1.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="https://ADW-development.github.io/Favicon.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ADW</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<script>
// Basic bot check using JavaScript execution
const isHeadless = navigator.webdriver || !navigator.userAgent || /bot|crawl|spider|headless/i.test(navigator.userAgent);
if (isHeadless) {
document.write('Access denied. Bots are not allowed.');
}
</script>
<a href="index.html"><img style="margin-top: 1.5vh;" src="https://raw.githubusercontent.com/ADW-Development/ADW-development.github.io/refs/heads/main/Favicon.png" alt="ADW logo"></a>
<ul style="margin-top: 0.5vh;">
<ul style="margin-top: 0.5vh;">
<li style="font-size: 20px;">Welcome to <span class="title" style="font-size: 25px; position: relative; top: 1px;">ADW!</span></li>
<li style="margin-top: 0.5vh;">Heck, welcome I guess! Hey, do you want to look at some of our popular projects?</li>
</ul>
<hr style="background-color: black; height: 2px; border: 0; margin: 15px;margin-top: 17px;">
<h1 class=title>Popular Projects:</h1>
<ul>
<li><a href="https://github.com/ADW-Development/Passionfruit">1. Passionfruit</a></li>
<li><a href="https://github.com/ADW-Development/sedo">2. Sedo</a></li>
</ul>
<h1 class="title">Other Pages:</h1>
<ul>
<li><a href="https://adw-development.github.io/apps/OSP">Open-Source-Portal</a></li>
</ul>
<h1 class="title">Posts:</h1>
<ul>
<li><a href="https://ADW-development.github.io/memberposts/11224t_cat850pm">Post by T_cat9000_2 at 8:50 p.m. on November 2nd, 2024</a></li>
<li><a href="https://ADW-development.github.io/memberposts/11324t_cat820am">Post by T_cat9000_2 at 8:20 a.m. on November 3rd, 2024</a></li>
</ul>
</body>
</html>