-
Notifications
You must be signed in to change notification settings - Fork 0
/
conteudo.htm
34 lines (29 loc) · 1.64 KB
/
conteudo.htm
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
<html>
<head>
<title> Conteúdo </title>
<link rel="icon" type="image/ico" href="north.png">
<style>
body {width: 960px; margin-left: auto; margin-right: auto; color: grey; font-family: Segoe UI}
div.name {position: absolute; top: 20px; z-index: 2}
div.line1 {position: relative; top: 55px; width: 960px}
div.message {line-height: 150%; position: relative; top: 90px; font-size: 117%; margin-left: auto; margin-right: auto; width: 930px}
div.line3 {position: relative; top: 470px; width 960px; text-size: 75%}
div.cont {position: relative; top: 50px; font-size: 130%; width: 960px; z-index: 2}
</style>
</head>
<body>
<div class = "name"; style="font-size: 340%"><a href="index.htm" style="color: grey; text-decoration: none; font-family: Segoe UI">Harry Maher</style></a></div>
<div class = "cont" align="right">
<a href = "pt.htm" style = "color: grey; text-decoration: none; font-family: Segoe UI">Bem-vindo</a></style> <a href = "sobre.htm" style = "color: grey; text-decoration: none; font-family: Segoe UI">Sobre</a></style> <a href = "contacto.htm" style = "color: grey; text-decoration: none; font-family: Segoe UI">Contacto</a></style> <a href = "content.htm" style = "color: grey; text-decoration: none; font-family: Segoe UI">English</a> </style>
</div>
<div class = "line1">
<hr>
<div>
<div class = "message">
<a href = "mapcompar1.htm.htm">(Em Construção)</a>
</div>
<div class = "line3">
<hr>
Este site foi escrito por Harry no Notepad em 2015 e é hospedado por <a href="https://support.google.com/drive/answer/2881970?hl=pt" style="color: grey" target ="_blank">Google Drive</a>.
</div>
</body>