mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 14:30:31 +02:00
added german translations
This commit is contained in:
parent
3cd079bdf9
commit
a025525d04
7 changed files with 132 additions and 35 deletions
2
quote.js
2
quote.js
|
@ -68,5 +68,5 @@ const randomQuote = quotes[randomIndex];
|
|||
|
||||
const motd = document.createElement('h3');
|
||||
motd.id = "motd";
|
||||
motd.innerHTML = `MOTD: ${randomQuote}`;
|
||||
motd.innerHTML = `MOTD: "${randomQuote}"`;
|
||||
document.getElementById('welcome').appendChild(motd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue