-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.html
More file actions
36 lines (26 loc) · 1.13 KB
/
default.html
File metadata and controls
36 lines (26 loc) · 1.13 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="description" content="Paula Valenca's webpage" />
<meta name="keywords" content="valenca" />
<link rel="stylesheet" href="default.css" type="text/css" media="all" />
<link rel="Shortcut Icon" type="image/x-icon" href="imagens/favicon.ico" />
<title>Paula Valenca's webpage</title>
</head>
<body>
<div class="container">
<img src="images/paula.jpg" alt="Paula Valenca" />
<h1>Paula Valença</h1>
<hr />
<p><i>This is a default webpage signalling that I have yet to
design a proper webpage and/or introduce content. If you are
looking for material on my research, you may find a quick
listing <a href="research/">here</a>. If you wish to contact me,
feel free to email me at me@paulavalenca.org.</i></p>
<hr />
<!-- Created: Wed Sep 13 16:06:06 BST 2006 -->
</div>
</body>
</html>