-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
20 lines (19 loc) · 871 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Never-Space</title>
<style>
.custom-link {
color: gray;
}
</style>
</head>
<body style="background-color: black; color: white; font-family: 'Ubuntu', sans-serif; font-weight: 400;">
<h1>Main Page</h1>
<h2>Hello! This Is Duper NO!, You Have Entered My Main Page, Here, We Store All The Subpages We Have.</h2>
<h3><a href="https://duperno-alt.github.io/never-space-downloads" class="custom-link">NEVER-Space Downloads</a></h3>
<h3><a href="https://duperno-alt.github.io/never-space-downloads/multi-booting" class="custom-link">NEVER-Space Multi-Boot Downloads</a></h3>
<h3>Have Fun!</h3>
</body>
</html>