21 lines
389 B
PHP
21 lines
389 B
PHP
<?php
|
|
|
|
?>
|
|
<!DOCTYPE html>
|
|
<html lang="it">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>TechStore</title>
|
|
</head>
|
|
<body>
|
|
<table>
|
|
<tr>
|
|
<th>ID Utente</th>
|
|
<th>Nominativo</th>
|
|
<th>Email</th>
|
|
<th>Link del cazzo</th>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|