Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Added An Emulator and Games from DiBiase Productions
Browse files Browse the repository at this point in the history
  • Loading branch information
The Unblocked Hub committed Aug 31, 2023
1 parent fd1d217 commit b77e811
Show file tree
Hide file tree
Showing 124 changed files with 22,592 additions and 33 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ app.get("/", (req, res) => {
res.sendFile(path.join(__dirname, "static", "index.html"));
});

app.get("/forest", (req, res) => {
res.sendFile(path.join(__dirname, "static", "forest.html"));
});

app.get("/photography", (req, res) => {
res.sendFile(path.join(__dirname, "static", "photography.html"));
});
Expand Down
Loading

0 comments on commit b77e811

Please sign in to comment.