blob: f7edd81c8c147d20bb4384f103aec9c3ace912d1 [file]
<!DOCTYPE html>
<html>
<head>
<title>Docker tutorial testpage</title>
</head>
<body>
{% include 'tutorial/snippet.html' %}
<!-- temporary solution to start in fullscreen -->
<script type="text/javascript">
$('document').ready(function() {
goFullScreen();
})
</script>
</body>
</html>