40 lines
621 B
HTML
40 lines
621 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Test</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="style.css" type="text/css" /> !-->
|
|
|
|
<style>
|
|
|
|
p {
|
|
white-space: pre-wrap;
|
|
letter-spacing:5px;
|
|
text-indent: 15%;
|
|
text-decoration: overline;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
|
|
</style>
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
<p> ciao mondo!!!
|
|
|
|
fdsf sdf dsf dsf
|
|
fsdffds f sdf
|
|
</p>
|
|
|
|
|
|
</body>
|
|
</html> |