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 {
|
body {
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
|
#footer {
|
||||||
|
color: gray;
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<runboat-build id="build"></runboat-build>
|
<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">
|
<script type="module">
|
||||||
import {RunboatBuildElement} from './runboat-build-element.js'
|
import {RunboatBuildElement} from './runboat-build-element.js'
|
||||||
customElements.define('runboat-build', RunboatBuildElement);
|
customElements.define('runboat-build', RunboatBuildElement);
|
||||||
|
|
|
||||||
|
|
@ -15,10 +15,17 @@
|
||||||
runboat-build {
|
runboat-build {
|
||||||
margin: 0.25em;
|
margin: 0.25em;
|
||||||
}
|
}
|
||||||
|
#footer {
|
||||||
|
color: gray;
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="builds"></div>
|
<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">
|
<script type="module">
|
||||||
import {RunboatBuildElement} from './runboat-build-element.js'
|
import {RunboatBuildElement} from './runboat-build-element.js'
|
||||||
customElements.define('runboat-build', RunboatBuildElement);
|
customElements.define('runboat-build', RunboatBuildElement);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue