19 lines
451 B
HTML
19 lines
451 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Esercizio1</title>
|
|
<meta name="author" content="xgiovio"/>
|
|
<meta name="description" content="A simple test page"/>
|
|
<meta name="keywords" content="Ormai google non se le fila piu"/>
|
|
<meta name ="robots" content="index"/>
|
|
<meta charset="utf-8"/>
|
|
<link rel="stylesheet" href="test2_mystyle1.css" type="text/css" />
|
|
|
|
|
|
</head>
|
|
<body>
|
|
<p > Benvenuto!!</p>
|
|
<a href="contact">Contact xgiovio</a>
|
|
|
|
</body>
|
|
</html> |