30 lines
1 KiB
HTML
30 lines
1 KiB
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>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>
|
|
<h1 class="project-name" style="font-family: DarkNewRoman;""> Array in a matriX
|
|
</h1>
|
|
|
|
<div class="main-content">
|
|
<nav>
|
|
<a href="https://github.com/array-in-a-matrix" class="btn"
|
|
><i class="fa fa-github"></i> GitHub</a
|
|
>
|
|
<a href="https://www.instagram.com/array.in.a.matrix/" class="btn"
|
|
><i class="fa fa-instagram"></i> Instagram</a
|
|
>
|
|
</nav>
|
|
<nav>
|
|
<a href="index/projects/" class="btn">Projects List</a>
|
|
<a href="index/RPS/" class="btn">Rock Paper Scissors</a>
|
|
</nav>
|
|
</div>
|
|
</body>
|
|
</html>
|