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