-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteste.html
63 lines (56 loc) · 2.1 KB
/
teste.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!doctype html>
<html>
<head>
<title>PirexGames</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="estilos/estiloteste.css">
</head>
<body background="Imagens/01fundo.png">
<a href="http://www.PirexGames.win/index.html">Home</a>
<table border="2" align="center" width="900">
<tr>
<td align="center" class="titulos">
<img src="Imagens/PGLogoTransparente.png"
width="200"
height="200"
>
<h1>Pirex Games</h1>
</td>
</tr>
<tr>
<td align="left" colspan="2">
<a href="index.html">Home</a>
/
<a href="AulasHTML.html">Aulas HTML</a>
/
<a href="Aulascss3.html">Aulas CSS3</a>
/
<a href="indexdef.html">Contato</a>
</td>
</tr>
<tr>
<td class="fundotext">
<h2>
Sobre mim
</h2>
<p>
“Meu nome é Andrew Pires de Almeida,
gosto de jogos desde pequeno, aprendi
programação em 2005 por gostar de
criar jogos, neste ano tambem me
apaixonei por eletrônica e computação,
com o tempo montei meu laboratório de
eletrônica e consegui comprar meu
primeiro PC e então tive acesso a jogos
muito mais elaborados, então em 2016
comecei a levar minha paixão de jogos
ao Youtube, e hoje tenho 16,3 mil
inscritos no canal.”
</p>
</td>
<td>
</td>
</tr>
</table>
</body>
</html>