42 lines
No EOL
1.4 KiB
HTML
Executable file
42 lines
No EOL
1.4 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/main.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>
|
|
<h3 class=" project-tagline">Welcome to the abyss.</h3>
|
|
</header>
|
|
<div class="main-content">
|
|
<nav>
|
|
<a href="/index/about/" class="btn">About Me</a>
|
|
<a href="/index/socials/" class="btn">My Socials</a>
|
|
<a href="/index/projects/" class="btn">Projects List</a>
|
|
<a href="/index/games/" class="btn">Games</a>
|
|
<a href="/index/privacy/" class="btn">Privacy Policy</a>
|
|
<a href="https://stats.arrayinamatrix.xyz/" class="btn">Metrics</a>
|
|
</nav>
|
|
</div>
|
|
|
|
<footer style="font-family: 'Montserrat', sans-serif;">
|
|
<div id="cookiePopup">
|
|
<h3>Can I have a cookie, please? (^ω^)</h3>
|
|
<button class="btn" id="acceptCookie">Give cookie 🍪</button>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="script/cookies.js"></script>
|
|
|
|
</body>
|
|
|
|
</html> |