2020-10-14 23:46:54 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="it">
|
|
|
|
<head>
|
|
|
|
<title>You are offline</title>
|
|
|
|
<link href="/resources/images/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon">
|
|
|
|
<meta name="viewport" content="user-scalable=no, initial-scale=1">
|
|
|
|
<link rel="manifest" href="/manifest.webmanifest">
|
|
|
|
<style>
|
|
|
|
body:not(table){
|
|
|
|
max-width: 100%;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<script src="resources/dist/main.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- Content -->
|
|
|
|
<div id="content"></div>
|
|
|
|
<!-- /Content -->
|
|
|
|
</body>
|
|
|
|
</html>
|