sneedium/itworks.html
2024-08-12 15:38:21 -05:00

16 lines
594 B
HTML

<!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'">
<title>Sneedium works!</title>
</head>
<body>
<img src="logo.png" align="right" width="20%"/>
<h1>Welcome to Sneedium!</h1>
<p>Put a list of URLs to userscripts in ./userscript/userscripts.js. It uses a standard JS array format and uses URLs. Config is located at: ./config.js.</p>
</body>
</html>