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