Add static footer

This commit is contained in:
Stéphane Bidoul 2021-11-21 11:53:26 +01:00
parent 9da7e23f4a
commit 8906a8908f
No known key found for this signature in database
GPG key ID: BCAB2555446B5B92
2 changed files with 14 additions and 0 deletions

View file

@ -5,10 +5,17 @@
body {
font-family: Arial, Helvetica, sans-serif;
}
#footer {
color: gray;
font-size: small;
}
</style>
</head>
<body>
<runboat-build id="build"></runboat-build>
<div id="footer">
<p>Runboat - Created with love for <a href="https://odoo-community.org"><img src="https://odoo-community.org/logo.png" style="height: 1em; vertical-align: text-top;"></a> by Stéphane Bidoul with support of <a href="https://acsone.eu"><img src="https://acsone.eu/logo.png" style="height: 1em; vertical-align: text-top;"></a>. Copyright © Runboat <a href="https://github.com/sbidoul/runboat/graphs/contributors">contributors</a>.</p>
</div>
<script type="module">
import {RunboatBuildElement} from './runboat-build-element.js'
customElements.define('runboat-build', RunboatBuildElement);

View file

@ -15,10 +15,17 @@
runboat-build {
margin: 0.25em;
}
#footer {
color: gray;
font-size: small;
}
</style>
</head>
<body>
<div id="builds"></div>
<div id="footer">
<p>Runboat - Created with love for <a href="https://odoo-community.org"><img src="https://odoo-community.org/logo.png" style="height: 1em; vertical-align: text-top;"></a> by Stéphane Bidoul with support of <a href="https://acsone.eu"><img src="https://acsone.eu/logo.png" style="height: 1em; vertical-align: text-top;"></a>. Copyright © Runboat <a href="https://github.com/sbidoul/runboat/graphs/contributors">contributors</a>.</p>
</div>
<script type="module">
import {RunboatBuildElement} from './runboat-build-element.js'
customElements.define('runboat-build', RunboatBuildElement);