30 lines
943 B
HTML
30 lines
943 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>Socials</title>
|
|
<link rel="stylesheet" type="text/css" href="/style/main.style.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<header class="page-header" role="banner">
|
|
<h1 class="project-name"> My Socials
|
|
</h1>
|
|
<h2 class=" project-tagline">You can contact me here. ∠( ᐛ 」∠)_</h2>
|
|
</header>
|
|
<div class="main-content">
|
|
<nav>
|
|
<a href="/" class="btn">Home</a>
|
|
</nav>
|
|
<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>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|