Skip to content

Instantly share code, notes, and snippets.

@peter-joy-debug
peter-joy-debug / index.html
Created September 6, 2023 13:40
This is a Beta launch of testing how Fiddle Electron works.
<!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>