16 lines
223 B
HTML
16 lines
223 B
HTML
|
<html>
|
||
|
<head><title>STRONA CZERWONA NGINX</title>
|
||
|
<style>
|
||
|
html {
|
||
|
font-size: 500.0%;
|
||
|
}
|
||
|
div {
|
||
|
text-align: center;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div>STRONA CZERWONA NGINX !</div>
|
||
|
</body>
|
||
|
</html>
|