Files
play-with-docker/handlers/www/503.html
Marcos Lilljedahl 2fd85f21b9 some changes
Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
2023-10-31 13:28:41 -03:00

24 lines
935 B
HTML

<!doctype html>
<html>
<head>
<title>Docker Playground</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic|Material+Icons" />
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/angular_material/1.1.0/angular-material.min.css">
<link rel="stylesheet" href="/assets/style.css" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-89019737-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-89019737-3');
</script>
</head>
<body>
<div layout="column" style="height:100%;">
An error has occurred. If you have some time, please report it. Thanks!
</div>
</body>
</html>