-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (35 loc) · 1.07 KB
/
index.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
<html>
<head>
<title>Server HTTP index</title>
<link rel="stylesheet" type="text/css" href="./styles.css">
</head>
<meta charset="UTF-8">
<body class="index">
<div align="center">
<img width="900" height="146" src="./photos/utfpr.png">
</div>
<div align="center">
<h1>BRASIL: acima de tudo...abaixo de Deus!</h1>
</div>
<table align="center" border="0" cellpadding="10">
<tr>
<td>
<img width="100" height="100" src="./photos/favicon.png">
</td>
<td>
<h1>Arquivo de teste para o servidor HTTP</h1>
</td>
</tr>
</table>
<h3>Rocha inabalável o SENHOR protege os seus. És castelo forte, forte és Tu oh nosso Deus.</h3>
<p></p>
<div align="center">
<video width="320" height="240" controls="controls">
<source src="./photos/videoplayback.mp4" type="video/mp4">
<object data="" width="320" height="240">
<embed width="320" height="240" src="./photos/videoplayback.mp4">
</object>
</video>
</div>>
</body>
</html>