-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.html
30 lines (28 loc) · 852 Bytes
/
project.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Installation</title>
<link rel="stylesheet" href="pr.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="tut">
<p>Step-1: Extract that Zip file</p>
<p>Step-2: And run the exe file</p>
<p>Step-3: Enjoy!</p>
</div>
<!-- <h1>Yo we are EPiccc</h1> -->
</body>
</html>