Improve header readability

This commit is contained in:
Florine W. Dekker 2018-11-29 01:05:03 +01:00
parent 71fbb57236
commit ee63514f47
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
1 changed files with 3 additions and 3 deletions

View File

@ -92,12 +92,12 @@ class Terminal {
static generateHeader() {
return "" +
`<span class="wideScreenOnly">${asciiHeader}</span><span class="smallScreenOnly">FWDekker</span>
`<span class="wideScreenOnly">${asciiHeader}</span><span class="smallScreenOnly"><b><u>FWDekker</u></b></span>
Student MSc Computer Science <span class="smallScreenOnly">
</span>@ <a href="https://www.tudelft.nl/en/">TU Delft</a>, the Netherlands
${(new Date()).toISOString()}
<span class="wideScreenOnly">${(new Date()).toISOString()}
</span>
Type "help" for help.
`.trimLines();