Skip to content

Instantly share code, notes, and snippets.

@PayneFuRC
PayneFuRC / index.html
Last active May 22, 2024 04:54
long domain
<!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>