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