Esempio di pagina PHP dinamica
Signed-off-by: Francesco Mancuso <hello@francescomancuso.it>
This commit is contained in:
30
index.php
Normal file
30
index.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="it">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Funziona!</title>
|
||||
<style>
|
||||
body {
|
||||
padding: 8rem 1rem;
|
||||
margin: 0;
|
||||
background-color: #111111;
|
||||
color: #fafafa;
|
||||
text-align: center;
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Funziona!</h1>
|
||||
<p>Se vedi questa pagina, <code style="display: inline-block;">deploy-dynamic</code> funziona!</p>
|
||||
<br>
|
||||
<img src="https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExZDcxMWdzaGY1aW1sdXBrN3pjbjR3dXRlc3A2aTRrenFwbjU4aWh1bCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/blSTtZehjAZ8I/giphy.gif" alt="PARTY" style="width:90%;max-width:500px">
|
||||
<br>
|
||||
<br>
|
||||
<span>Pagina generata dinamicamente con PHP il <?php date_default_timezone_set('Europe/Rome'); echo $current_date = date('d/m/Y H:i:s'); ?></span>
|
||||
<br>
|
||||
<br>
|
||||
<p><i>Ospitato su vps.francescomancuso.it</i></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user