HOTFIX: Page is no longer black.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" bgcolor="black">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Resume of Maxim Voldman Hutz</title>
|
<title>Resume of Maxim Voldman Hutz</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
window.onload = () => {
|
window.onload = () => {
|
||||||
const links = document.querySelectorAll('link[rel="preload"]');
|
const links = document.querySelectorAll('link[rel="preload"]');
|
||||||
for (const link of links) link.rel = 'stylesheet';
|
for (const link of links) link.rel = 'stylesheet';
|
||||||
|
document.body.removeAttribute("hidden");
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user