Skip to content

Instantly share code, notes, and snippets.

View scottnonnenberg-signal's full-sized avatar
🤔

Scott Nonnenberg scottnonnenberg-signal

🤔
View GitHub Profile
@scottnonnenberg-signal
scottnonnenberg-signal / index.html
Created September 23, 2022 23:47
Linux: Testing IPC and file selection
<!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'; style-src 'self' 'unsafe-inline'">
<link href="./styles.css" rel="stylesheet">
<title>Hello World!</title>
</head>
<body>