Minification of index styling
This commit is contained in:
35
index.html
35
index.html
@@ -5,9 +5,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
<h1>Portainer Templates</h1>
|
<h1>Portainer Templates</h1>
|
||||||
<p>
|
<p><i>Your template server is up and running 🎉</i></p>
|
||||||
<i>Your template server is up and running 🎉</i>
|
|
||||||
</p>
|
|
||||||
<p>
|
<p>
|
||||||
Within your Portainer instance, you can add this URL as a template source:
|
Within your Portainer instance, you can add this URL as a template source:
|
||||||
<a href="/templates.json"><code>templates.json</code></a>
|
<a href="/templates.json"><code>templates.json</code></a>
|
||||||
@@ -21,29 +19,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</main>
|
</main>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body { background: #101828; color: #ffffff; font-family: sans-serif; }
|
||||||
background: #101828;
|
h1 { font-size: 3rem; text-align: center; }
|
||||||
color: #ffffff;
|
main { background: #1d2939; padding: 1rem; border-radius: 6px; margin: 1rem auto; max-width: 1000px; }
|
||||||
font-family: sans-serif;
|
i { font-size: 1.2rem; opacity: 0.8; }
|
||||||
}
|
a { color: #0ba5ec; font-weight: bold; }
|
||||||
h1 {
|
|
||||||
font-size: 3rem;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
main {
|
|
||||||
background: #1d2939;
|
|
||||||
padding: 1rem;
|
|
||||||
border-radius: 6px;
|
|
||||||
margin: 1rem auto;
|
|
||||||
max-width: 1000px;
|
|
||||||
}
|
|
||||||
i {
|
|
||||||
font-size: 1.2rem;
|
|
||||||
opacity: 0.8;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
color: #0ba5ec;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user