sneedium/itworks.html

14 lines
594 B
HTML
Raw Normal View History

2023-03-02 17:26:33 -06: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>F-Stopium works!</title>
</head>
<body>
<h1>Welcome to F-Stopium!</h1>
2023-03-09 01:04:43 -06:00
<p>Put extensions in ./extension. It uses a standard JS array format and uses URLs. Config is located at: ./config.json. Note: if you are using a pre-compiled version, these features are not available to you.</p>
2023-03-02 17:26:33 -06:00
</body>
</html>