29 lines
No EOL
973 B
HTML
Executable file
29 lines
No EOL
973 B
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/main.style.css" />
|
|
<link rel="stylesheet" href="/fonts/DarkNewRoman/stylesheet.css" type="text/css" charset="utf-8" />
|
|
</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">Self-taught progammer and cybersecurity enthusiast.</h2>
|
|
<h3 class=" project-tagline">Welcome to the abyss.</h3>
|
|
</header>
|
|
<div class="main-content">
|
|
<nav>
|
|
<a href="/index/socials/" class="btn">Socials</a>
|
|
<a href="/index/projects/" class="btn">Projects List</a>
|
|
<a href="/index/games/" class="btn">Games</a>
|
|
</nav>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |