Praesentationen ergaenzt
This commit is contained in:
parent
cbf28711a4
commit
d6743fcf87
1400 changed files with 125664 additions and 7 deletions
15
Praesentation/Praes_Git_Konsole/docinfo-footer-revealjs.html
Normal file
15
Praesentation/Praes_Git_Konsole/docinfo-footer-revealjs.html
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<div class="custom-footer">
|
||||
<span class="left">CC-BY-SA-NC</span>
|
||||
<span class="center">Dirk Zechnall</span>
|
||||
<span class="right" id="date"></span>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
// JavaScript für das aktuelle Datum im Format TT.MM.YYYY
|
||||
const today = new Date();
|
||||
const day = String(today.getDate()).padStart(2, '0');
|
||||
const month = String(today.getMonth() + 1).padStart(2, '0'); // Monate sind nullbasiert
|
||||
const year = today.getFullYear();
|
||||
const formattedDate = `${day}.${month}.${year}`;
|
||||
document.getElementById('date').textContent = formattedDate;
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue