37 lines
No EOL
1.2 KiB
HTML
Executable file
37 lines
No EOL
1.2 KiB
HTML
Executable file
<!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>Array in a Matrix</title>
|
|
<link rel="stylesheet" type="text/css" href="./style/alt.style.css" />
|
|
<link rel="stylesheet" href="./res/site/fonts/DarkNewRoman/stylesheet.css" type="text/css" />
|
|
<link rel="icon" type="image/x-icon" href="./res/site/icons/favicon.ico">
|
|
</head>
|
|
|
|
<body>
|
|
<header class="page-header" role="banner">
|
|
<h1 class="project-name" style="font-family: DarkNewRoman;"> Array in a matriX
|
|
</h1>
|
|
<h2 class=" project-tagline">Welcome to the abyss.</h2>
|
|
</header>
|
|
<div class="main-content">
|
|
<nav>
|
|
<a href="./index/about/" class="btn">About Me</a>
|
|
<a href="./index/banners/" class="btn">Banners</a>
|
|
<a href="https://bloginamatrix.xyz" class="btn">Blog</a>
|
|
<a href="./index/games/" class="btn">Games</a>
|
|
</nav>
|
|
<nav>
|
|
<a href="./index/socials/" class="btn">Socials</a>
|
|
<a href="./index/apps/" class="btn">Services</a>
|
|
<a href="./index/projects/" class="btn">Projects</a>
|
|
<a href="./index/webrings/" class="btn">Webrings</a>
|
|
</nav>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html> |