Skip to content

Instantly share code, notes, and snippets.

@scripting
Last active September 30, 2022 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scripting/f2a07f405291110347bf8a4e6a5442f4 to your computer and use it in GitHub Desktop.
Save scripting/f2a07f405291110347bf8a4e6a5442f4 to your computer and use it in GitHub Desktop.
Hello World filter.js for PagePark
//hello world filter.js for PagePark -- 9/30/22 by DW
const headers = {["Content-Type"]: "text/plain"};
options.httpResponse.writeHead (200, headers);
options.httpResponse.end ("Hello World");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment