Aggiunta file index con tabella di base

This commit is contained in:
2026-01-16 11:13:14 +01:00
parent ed7176ad9a
commit 199249acf8

21
index.php Normal file
View File

@@ -0,0 +1,21 @@
<?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>