Cloudlog
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
3649e83613
commit
5326068279
|
@ -19,7 +19,7 @@ title: Cloudlog
|
|||
</div>
|
||||
|
||||
<style>
|
||||
#namninsamling-lista-wrapper {
|
||||
#cloudlog-wrapper {
|
||||
#max-width: 800px;
|
||||
border: 2px solid #888;
|
||||
border-radius: 8px;
|
||||
|
@ -30,7 +30,7 @@ title: Cloudlog
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#namninsamling-lista {
|
||||
#cloudlog {
|
||||
width: 100%;
|
||||
#height: 300px;
|
||||
border: none;
|
||||
|
@ -40,7 +40,7 @@ title: Cloudlog
|
|||
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
const iframe = document.getElementById("namninsamling-lista");
|
||||
const iframe = document.getElementById("cloudlog");
|
||||
if (iframe) {
|
||||
const timestamp = Date.now();
|
||||
iframe.src = `https://cloudlog.sa6anw.se/visitor/alpha`;
|
||||
|
@ -48,11 +48,11 @@ title: Cloudlog
|
|||
});
|
||||
</script>
|
||||
|
||||
<div id="namninsamling-lista-wrapper">
|
||||
<div id="cloudlog-wrapper">
|
||||
<iframe
|
||||
id="namninsamling-lista"
|
||||
id="cloudlog"
|
||||
width="100%"
|
||||
height="2200px"
|
||||
height="2000px"
|
||||
style="border: none;"
|
||||
scrolling="no"
|
||||
></iframe>
|
||||
|
|
Loading…
Reference in New Issue