sneedium/itworks.html

17 lines
594 B
HTML
Raw Normal View History

2023-03-02 23:26:33 +00:00
<!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>
2023-03-02 23:26:33 +00:00
</head>
<body>
2023-03-09 11:54:59 +00:00
<img src="logo.png" align="right" width="20%"/>
<h1>Welcome to Sneedium!</h1>
2023-03-09 15:10:51 +00:00
<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>
2023-03-02 23:26:33 +00:00
</body>
</html>