Minification of index styling
This commit is contained in:
35
index.html
35
index.html
@@ -5,9 +5,7 @@
|
||||
<body>
|
||||
<main>
|
||||
<h1>Portainer Templates</h1>
|
||||
<p>
|
||||
<i>Your template server is up and running 🎉</i>
|
||||
</p>
|
||||
<p><i>Your template server is up and running 🎉</i></p>
|
||||
<p>
|
||||
Within your Portainer instance, you can add this URL as a template source:
|
||||
<a href="/templates.json"><code>templates.json</code></a>
|
||||
@@ -21,29 +19,10 @@
|
||||
</p>
|
||||
</main>
|
||||
<style>
|
||||
body {
|
||||
background: #101828;
|
||||
color: #ffffff;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
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;
|
||||
}
|
||||
body { background: #101828; color: #ffffff; font-family: sans-serif; }
|
||||
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>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user