from django.shortcuts import render, HttpResponse
# Create your views here.
def index(request):
return HttpResponse('''
<h1>INDEX WEB</h1>
</br>
<a href="app/install">Installieren</a>
<a href="app/">App Öffnen</a>
''')
Powered by TurnKey Linux.