29 lines
988 B
HTML
29 lines
988 B
HTML
<!DOCTYPE html>
|
|
<html lang="it">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Siti Bloccati dalla Rete di Istituto - ITIS Nullo Baldini</title>
|
|
<link rel="icon" href="data:,">
|
|
<link rel="stylesheet" href="css/style.css">
|
|
</head>
|
|
<body>
|
|
<h1>🌐 Siti Bloccati dalla Rete di Istituto</h1>
|
|
<p>Elenco NON ufficiale dei vari siti bloccati nella rete di istituto. Creato da uno studente dell'ITIS</p>
|
|
<table id="tabella-siti">
|
|
<thead>
|
|
<tr>
|
|
<th>Nome</th>
|
|
<th>URL</th>
|
|
<th>Stato</th>
|
|
<th>Note</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|
|
<center><p>Copyright (C) 2025 EmmeV. Tutti i diritti riservati. - <a href="https://github.com/emmev-code/itis-blocked-sites" target="_blank">Codice Sorgente</a><br>
|
|
I dati di questa pagina vengono aggiornati spesso. Inoltre, se rilevate un sito bloccato e volete aggiungerlo a questa pagina, contattatemi su GitHub.</p></center>
|
|
<script src="js/fetch.js"></script>
|
|
</body>
|
|
</html>
|