allerta-vvf/server/offline.html

21 lines
649 B
HTML

<!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>