Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
96335831a6d352fdbcf5c20da16bd7859bdf56df
/
.
/
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>