Skip to content

Instantly share code, notes, and snippets.

@markh-discord
markh-discord / index.html
Created June 6, 2024 04:26
Electron blanking reproduce
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>