1
0
Fork 0
fgdata/webgui/offline.html
2015-03-02 16:09:26 +01:00

28 lines
486 B
HTML

<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8" />
<title>Phi (FI) - The FlightGear User Interface is offline</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/Fonts/LiberationFonts/LiberationFonts.css">
<style>
* {
font-family: 'Liberation Sans';
}
html, body, #wrapper {
width: 100%;
height: 100%;
border: 0;
padding: 0;
margin: 0;
}
</style>
</head>
<body>
<h1>Offline</h1>
</body>
</html>