Show sourcecode
The following files exists in this folder. Click to view.
webbserverprogrammering/ovningar/inkludera/
include1.php
include1_callback.txt
include2_end.html
include2_start.html
include2a.php
include2b.php
include2c.php
include3_numGen.html
include3a.php
include3b.php
include3c.php
include2_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>