-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (83 loc) · 3.85 KB
/
Copy pathindex.html
File metadata and controls
100 lines (83 loc) · 3.85 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="EclipsesDev - projects, developer tools, and resources for Minecraft-related development.">
<title>Eclipses Development</title>
<link rel="canonical" href="https://eclipsesdev.top/">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="EclipsesDev">
<meta property="og:title" content="Eclipses Development">
<meta property="og:description" content="Eclipses Development - projects, developer tools, and resources for Minecraft-related development.">
<meta property="og:url" content="https://eclipsesdev.top/">
<meta property="og:image" content="/assets/img/oac_code.png">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@EclipsesDev">
<meta name="twitter:title" content="Eclipses Development">
<meta name="twitter:description" content="Eclipses Development - projects, developer tools, and resources for Minecraft-related development.">
<meta name="twitter:image" content="/assets/img/oac_code.png">
<link rel="icon" href="/assets/img/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/assets/style.css">
</head>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "EclipsesDev",
"url": "https://eclipsesdev.top/",
"description": "Projects, developer tools, and resources for Minecraft-related development."
}
</script>
<body>
<!-- Nav Bar -->
<nav class="nav-bar">
<button data-section="home" class="active">Home</button>
<a href="/changelog"><button>Changelog</button></a>
<a href="/projects/panel"><button>Projects</button></a>
<a href="/about"><button>About</button></a>
</nav>
<!-- Container -->
<div class="container">
<!-- Sections -->
<div id="sections">
<!-- Home Section -->
<div id="home" class="section">
<div class="title">Eclipses Development Page</div>
<div class="subtitle">By EclipsesDev @ 2026</div>
<div class="project-container">
<div class="project-banner-container">
<img src="/assets/img/oac_code.png" alt="OAC Code Base" class="project-banner">
</div>
</div>
<!-- Featured Projects -->
<div id="projects" style="text-align:center; margin-bottom:30px;">
<h2>Other Featured Projects</h2>
<div style="display:flex; justify-content:center; gap:20px; flex-wrap: wrap; margin-top:15px; margin-bottom:30px;">
<div class="project-card">
<a href="https://github.com/EclipsesDev/OAC" target="_blank">
<img class="oac-icon" src="assets/svg/java.svg" type="image/x-icon" alt="OAC">
</a>
<p><strong>Oriental Anticheat</strong><br>Advanced Minecraft anti-cheat system for 1.21.4+</p>
</div>
<div class="project-card">
<a href="https://github.com/EclipsesDev/OAP" target="_blank">
<img class="oap-icon" src="assets/svg/java.svg" type="image/x-icon" alt="OAP">
</a>
<p><strong>OAP</strong><br>Simple Minecraft anti-plugin system for 1.21.4+</p>
</div>
<div class="project-card">
<a href="https://github.com/CCBlueX/LiquidBounce/tree/legacy" target="_blank">
<img class="liquidbounce-icon" src="assets/svg/kotlin.svg" type="image/x-icon" alt="LiquidBounce">
</a>
<p><strong>LiquidBounce (Ex Maintainer)</strong><br>A free mixin-based injection hacked client for Minecraft using the Forge.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="/assets/script.js"></script>
</body>
</html>