Spec out app interaction further
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-06-30 21:03:58 +02:00
parent f3f4aa577d
commit 1b900c740c
2 changed files with 31 additions and 3 deletions

View File

@ -6,6 +6,11 @@
<title>Magic App</title>
</head>
<body>
Hello, World.
<p>List of apps that can be installed:</p>
<ul>
{% for app in apps %}
<li><a href="/{{ app }}">{{ app }}</a></li>
</ul>
{% endfor %}
</body>
</html>