-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
25 lines (25 loc) · 713 Bytes
/
about.html
File metadata and controls
25 lines (25 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About - AyUpItsAli</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="stylesheet" href="/css/main.css" />
</head>
<body>
<header>
<a class="logo" href="/"><img src="/images/logo.png" alt="Logo">AyUpItsAli</a>
<nav>
<a class="selected" href="/about.html">About</a>
<a href="/game-of-life.html">Game of Life</a>
<a href="/pair-ranking.html">Pair Ranking</a>
</nav>
<a class="server-panel" href="https://panel.ayupitsali.com">Server Panel</a>
</header>
<main>
<h1>About</h1>
<p>WIP...</p>
</main>
</body>
</html>