Mostly audio stuff
This commit is contained in:
parent
bdd00ec9e8
commit
2f5f4dbea4
28 changed files with 811 additions and 710 deletions
|
|
@ -61,9 +61,9 @@ class TerminalShell {
|
|||
latestPostDate.innerText +
|
||||
")",
|
||||
);
|
||||
this.printHTML(
|
||||
"<span class='info'> - Type \"latest\" to view it.</span>",
|
||||
);
|
||||
// this.printHTML(
|
||||
// "<span class='info'> - Type \"latest\" to view it.</span>",
|
||||
// );
|
||||
this.printHTML(" ");
|
||||
|
||||
this.printHTML(
|
||||
|
|
@ -71,7 +71,7 @@ class TerminalShell {
|
|||
);
|
||||
|
||||
this.printHTML(
|
||||
'<span class="warning">This site is under construction. There\'s nothing of interest here yet.</span>',
|
||||
'<span class="warning">This site is under construction. There\'s not much of interest here yet.</span>',
|
||||
);
|
||||
|
||||
this.inputContainer.classList.remove("hidden");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue