Skip to content

Instantly share code, notes, and snippets.

@Only-Bugs
Created May 5, 2024 06:12
Show Gist options
  • Save Only-Bugs/e9a297399e14c7fe7a0438c6991519ae to your computer and use it in GitHub Desktop.
Save Only-Bugs/e9a297399e14c7fe7a0438c6991519ae to your computer and use it in GitHub Desktop.
[ Test ] Serving Gist files as html docs to a browser.
<!Doctype HTML>
<html>
<head></head>
<body>
<h1>This is a webpage served to a browser</h1>
<p>This is just a test to see if we can serve html pages from a gist on github wiht the help of <a href="https://bl.ock.orgs">Bock.orgs</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment