1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-26 23:02:54 +02:00

update backslash note in custom_text_header.js

This commit is contained in:
GilbN 2021-09-15 21:01:06 +02:00 committed by GitHub
parent ebe720fead
commit b630472bb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
// ACSII slant font
// Needs to be inside <section id="login" class="shadow">
// You must escape any backward slashes. "\\"
// YOU MUST ESCAPE ANY SINGLE BACKSLASHES LIKE SO: \\
let custom_text_header = `
<div class="custom-text-header"> <pre> __ ___ __
@ -13,4 +13,4 @@ let custom_text_header = `
/_/ /_/\\____/____/\\__/_/ \\____/_/ /_/ /_/\\____/_/_/_/ /_/_/|_|
</pre> </div>
`;
document.getElementById("login").innerHTML += custom_text_header
document.getElementById("login").innerHTML += custom_text_header