Skip to content

Instantly share code, notes, and snippets.

View alifma's full-sized avatar
🏠
Working from home

Alif Maulana Arifin alifma

🏠
Working from home
View GitHub Profile
@alifma
alifma / index.html
Created November 17, 2023 10:49
CheckRaw
<!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>