-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathConsole.aspx.exclude
70 lines (53 loc) · 1.84 KB
/
Console.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
<%@ Page Language="VB" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeFile="Console.aspx.vb" Inherits="Console" %>
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
<html>
<head>
<link href="Content/StyleGameSheet.css" rel="stylesheet" />
</head>
<h1> Multiplatform consoles </h1>
<div class= "gamelistsection">
<ul class= "gameListGrid">
<li>
<div class=" box consoleImage-1" style="background-image:url(switch.jpg)">
<a runat="server" href="~/Nintendoswitch">
<h3> Nintendo switch</h3>
<p> 17000TK </p>
</a>
</div>
</li>
<li>
<div class=" box consoleImage-2" style="background-image:url(PS4.jpg)">
<a runat="server" href="ps4.html">
<h3> ps4</h3>
<p> 18000TK </p>
</a>
</div>
</li>
<li>
<div class=" box consoleImage-3" style="background-image:url(xboxlow.jpeg)">
<a runat="server" href="xbox.html">
<h3> xbox one</h3>
<p> 21000TK </p>
</a>
</div>
</li>
<li>
<div class=" box consoleImage-4" style="background-image:url(3dslow.jpg)">
<a runat="server" href="3ds.html">
<h3> Nintendo 3ds</h3>
<p> 16000TK </p>
</a>
</div>
</li>
<li>
<div class=" box consoleImage-5" style="background-image:url(ps4Sao.jpg)">
<a runat="server" href="ps4Sao.html">
<h3> ps4 Sao Edition</h3>
<p> 21000TK </p>
</a>
</div>
</li>
</ul>
</div>
</html>
</asp:Content>