-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathExcluisives.aspx.exclude
81 lines (63 loc) · 2.32 KB
/
Excluisives.aspx.exclude
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<%@ Page Title="Exclusives" Language="VB" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeFile="Excluisives.aspx.vb" Inherits="Excluisives" %>
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
<html>
<head>
<link href="Content/StyleGameSheet.css" rel="stylesheet" />
</head>
<h1> OUR EXCLUVIE GAMES </h1>
<body>
<div class= "gamelistsection">
<ul class= "gameListGrid">
<li>
<div class=" box gameImage-1" style="background-image:url(overwatch1.jpg)">
<a runat="server" href="~/Overwatch">
<h3> Overwatch</h3>
<p> GOTY EDITION 700TK </p>
</a>
</div>
</li>
<li>
<div class=" box gameImage-2" style="background-image:url(horizonzerolow.jpg)">
<a runat="server" href="~/Horizonzero">
<h3> Horizon zero</h3>
<p> Deulux EDITION 600TK </p>
</a>
</div>
</li>
<li>
<div class=" box gameImage-3" style="background-image:url(limbolow.jpg)">
<a href="limbo.html">
<h3> Limbo</h3>
<p> GOTY EDITION 200TK </p>
</a>
</div>
</li>
<li>
<div class=" box gameImage-4" style="background-image:url(codlow.png)">
<a href="cod.html">
<h3> COD WW2</h3>
<p> 650TK </p>
</a>
</div>
</li>
<li>
<div class=" box gameImage-5" style="background-image:url(Destinylow.jpg)">
<a href="destiny.html">
<h3> Destiny 2</h3>
<p> 700TK </p>
</a>
</div>
</li>
<li>
<div class=" box gameImage-6" style="background-image:url(nfslow.jpg)">
<a href="nfs.html">
<h3>NfS</h3>
<p> GOTY EDITION 500TK </p>
</a>
</div>
</li>
</ul>
</div>
</body>
</html>
</asp:Content>