36 lines
1.6 KiB
HTML
36 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<title>Portainer Templates</title>
|
|
<link rel="icon" type="image/x-icon" href="https://portainer-templates.as93.net/favicon.ico">
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<h1>Portainer Templates</h1>
|
|
<p><i>Your template server is up and running! 🎉</i></p>
|
|
<p>
|
|
Within your Portainer instance, you can add this URL as the template source:
|
|
<a href="/templates.json"><code>templates.json</code></a>
|
|
</p>
|
|
<hr />
|
|
<p>
|
|
For docs and support, visit the GitHub repo at
|
|
<a href="https://github.com/lissy93/portainer-templates">github.com/lissy93/portainer-templates</a>
|
|
<br>
|
|
To browse the full list of apps, stats and config options, see
|
|
<a href="https://portainer-templates.as93.net">portainer-templates.as93.net</a>
|
|
</p>
|
|
<img width="200" src="https://i.ibb.co/hMymwH0/portainer-templates-small.png" />
|
|
<footer>Licensed under <a href="https://github.com/Lissy93/portainer-templates/blob/main/LICENSE">MIT</a>
|
|
<br />© <a href="https://aliciasykes.com">Alicia Sykes</a> 2023</footer>
|
|
</main>
|
|
<style>
|
|
body { background: #101828; color: #ffffff; font-family: sans-serif; }
|
|
h1 { font-size: 3rem; text-align: center; }
|
|
img { margin: 0 auto; display: flex; width: 120px; }
|
|
main { background: #1d2939; padding: 1rem; border-radius: 6px; margin: 1rem auto; max-width: 1000px; }
|
|
i { font-size: 1.4rem; opacity: 0.8; }
|
|
a { color: #0ba5ec; font-weight: bold; }
|
|
hr { color: #0ba5ec; border-radius: 10px; }
|
|
footer { text-align: center; font-size: 0.75rem; opacity: 0.4; }
|
|
</style>
|
|
</body>
|