test hook2

This commit is contained in:
JamBox
2026-02-15 21:23:43 -08:00
parent b1919e9ee6
commit 23019d78c9

View File

@@ -15,7 +15,7 @@ app.get("/", (req, res) => {
</head> </head>
<body> <body>
<h1>jamesvanboxtel.com</h1> <h1>jamesvanboxtel.com</h1>
<p>JamBox</p> <p>JamBox 2</p>
</body> </body>
</html>`); </html>`);
}); });