-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
35 lines (32 loc) · 1.17 KB
/
about.html
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
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>About us</title>
<link rel="stylesheet" href="abstyl.css">
</head>
<body>
<header>
<img src="logo_bottom.png" alt="" class="logo">
<nav>
<ul class="nav-area">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="https://www.mediafire.com/file/g20a17w6v4om53n/Triva_game.rar/file">Download</a></li>
<li><a href="project.html">Installation</a></li>
</ul>
</nav>
<a href="about.html" class="btn-area">About US!</a>
</header>
<div class="about">
<p><strong><u>Developed by ----> Vp007</u></strong></p>
<p>This game is really simple it is just a trivia game for programmers</p>
<p></p>
<p><strong><u><b>About Developer</b></u></strong></p>
<p>I am intermediate programmer And know about cyber security this is my game Which i created with python</p>
<p>Contact me at ----> [email protected]</p>
<p>Join my discord---> https://discord.gg/chYFMaHH7b</p>
</div>
<!-- <h1>Yo we are EPiccc</h1> -->
</body>
</html>