Skip to content

Instantly share code, notes, and snippets.

View wilburlikesmith's full-sized avatar
▫️
always tinkering and browsing around

Wilbur wilburlikesmith

▫️
always tinkering and browsing around
View GitHub Profile
@wilburlikesmith
wilburlikesmith / index.html
Last active July 26, 2022 19:13
Fullstacker - Electron Fiddle Gist
<!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>