Show sourcecode
The following files exists in this folder. Click to view.
webbserverprogrammering/exercises/inkludera/
inkludera.php
inkludera1.php
inkludera1_callback.txt
inkludera2_end.html
inkludera2_start.html
inkludera2a.php
inkludera2b.php
inkludera2c.php
inkludera3_numGen.html
inkludera3a.php
inkludera3b.php
inkludera3c.php
inkludera2_end.html
6 lines ASCII Windows (CRLF)
<div style="display: flex; position: absolute; justify-content: center; align-items: center; height: 20vh; width: 100vw; margin: 0; background-color: rgb(0, 88, 228); text-align: center; bottom: 0;"><p style="width: 100px;">Kit Fossengen<br>Copyright @<span style="height: 0px; width: 0px;" id="currentYear"></span></p></div>
<script>
const yearSpan = document.getElementById("currentYear");
const currentYear = new Date().getFullYear();
yearSpan.textContent = currentYear;
</script>