Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
23bdc1bf054f81d3760c8a04a37501011138d4bc
/
.
/
core
/
installer
/
welcome
/
dodo-app-tmpl
/
index.html
blob: e9a9b113c0e17daf60f45db773fd7dc30da03234 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html
lang
=
'en'
>
<head>
<title>
dodo: app
</title>
<meta
charset
=
'utf-8'
>
</head>
<body>
{{ range .Apps }}
<a
href
=
"/{{ . }}"
>
{{ . }}
</a>
{{ end }}
</body>
</html>