-
Notifications
You must be signed in to change notification settings - Fork 1
/
abstories.html
43 lines (43 loc) · 1.26 KB
/
abstories.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
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<title>AB Coal - Epik Games</title>
<link rel="stylesheet" href="interfont/inter.css">
<link rel="stylesheet" href="style.css">
<meta charset= "utf-8">
<script src="scripts/fetchstory.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="search">
<input type="search">
</div>
<nav>
<ul>
<a href="index.html"><img class="logo1" src="AB Games.png"></img></a>
<li><a href="index.html">Games</a></li>
<li><a href="abstories.html">Stories</a></li>
<li><a href="https://abflix-beta.web.app/">ABFlix</a></li>
<li><a href="index.html">Home</a></li>
</ul>
</nav><header>
<div>
<img style="height: 250px; text-align: center;" src="AB Games.png"></img>
<h1 style="text-align: center;">Epik Stories</h1><br>
|<a href="#mygames">
<button>View epik stories</button>
</a>|
<a href="https://www.youtube.com/channel/UCOY0pIPmtHLFwNquo9pYzjA">
<button>See upcoming trailers</button>
</a>|
<a href="https://twitter.com/ABStudiosOfc">
<button>Twitter ☕</button>
</a>|
</div>
</header>
<section style="height: 5000px;">
<div id="mygames" class="game">
</div>
</section>
</body>
</html>