mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2025-09-02 11:36:51 +01:00
Made error page look more fancy
This commit is contained in:
4
public/javascript/error.js
Normal file
4
public/javascript/error.js
Normal file
@@ -0,0 +1,4 @@
|
||||
$(document).ready(function () {
|
||||
var eCode = $("#error-code h2").text();
|
||||
$(document).attr("title", "ESTR // " + eCode);
|
||||
});
|
Reference in New Issue
Block a user