-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 1.19 KB
/
index.html
File metadata and controls
31 lines (31 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<header>
<h1>OpenBSD For WSBSD</h1>
<nav>
<ul>
<li><a href="https://coolis1362.github.io/wsbsd.org/terminal.html">WSBSD OpenBSD Live Terminal</a></li>
<li><a href="https://coolis1362.github.io/wsbsd.org/">WSBSD Website</a></li>
</ul>
</nav>
</header>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OpenBSD For WSBSD</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h2>Domain This Website Linked To</h2>
<p>MachineName.wsbsd.openbsd</p>
<h3>About this website</h3>
<p>This is just a domain for WSBSD OpenBSD</p>
<p>It is not a real website, just a domain for MachineName.wsbsd.openbsd</p>
<p>There's Not Really Things Here, But They may be things added Later!</p>
<p>There's Now A Index Of The Source Code In A .tar.Z File. Here's The <a href="./sourcecode/GOTYOU.html">Link!</a></p>
<p>For The Real Website, Go <a href="https://coolis1362.github.io/wsbsd.org/">Here</a></p>
<footer>
<p>© 2025 TTS Consulting. All rights reserved.</p>
</footer>
</body>
</html>