29 lines
No EOL
934 B
HTML
29 lines
No EOL
934 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Dark Matrix</title>
|
|
<link rel="stylesheet" href="/style/style.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<header class="page-header" role="banner">
|
|
<h1 class="project-name">Matrix</h1>
|
|
<h2 class="project-tagline">An open network for secure, decentralized communication</h2>
|
|
|
|
<a href="/" class="btn">Home</a>
|
|
<a href="../" class="btn">socials</a>
|
|
</header>
|
|
|
|
<main id="content" class="main-content" role="main">
|
|
<p>Matirx homeserver: <a href="https://matrix.arrayinamatrix.xyz">https://matrix.arrayinamatrix.xyz</a></p>
|
|
<footer class="site-footer">
|
|
You have reached the end of the page. (ノ◕ヮ◕)ノ*:・゚✧
|
|
</footer>
|
|
</main>
|
|
</body>
|
|
|
|
</html> |