Aggiunta file index con tabella di base
This commit is contained in:
21
index.php
Normal file
21
index.php
Normal 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>
|
||||
Reference in New Issue
Block a user