manifoldjs-windows10
Version:
Manifoldjs Windows 10 Platform
25 lines (22 loc) • 482 B
HTML
<html>
<head>
<title>Navigation Error</title>
<style>
body {
margin: 40px 10px 10px 10px;
text-align: center;
font-family: Courier New, Courier, monospace;
background-color: #999
}
p,h1,progress {margin:10px;}
</style>
</head>
<body>
<h1>This app requires an internet connection and looks like we are having trouble connecting right now. </h1>
<div>
<p>reconnecting</p>
<progress></progress>
</div>
</body>
</html>