-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwin.php
More file actions
39 lines (39 loc) · 897 Bytes
/
win.php
File metadata and controls
39 lines (39 loc) · 897 Bytes
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
<?php session_start(); ?>
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="wincsphp.php">
<meta charset=utf-8>
<meta name=description content="">
<meta name=viewport content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="_Imagem/LOGOC.png">
<title>Break Head Play</title>
</head>
<body>
<nav id="menu">
<section class="A">
<figure class="i">
<figcaption>
<img src="_Imagem/LOGOT.png">
</figcaption>
</figure>
</section>
<article class="B">
<ul>
<li>
<a href="HomeResponse.php">
<img src="_Imagem/Back.png">
<img src="_Imagem/Home.png">
</a>
</li>
</ul>
</a>
</article>
</section>
</nav>
<section>
<article class="envolvimento">
</article>
</section>
</body>
</html>