Add static footer
This commit is contained in:
parent
9da7e23f4a
commit
8906a8908f
2 changed files with 14 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue