mirror of
https://github.com/opus-tango/http-server-in-c.git
synced 2026-03-20 03:55:25 +00:00
enable additional file types and add demo files
This commit is contained in:
4
public/script.js
Normal file
4
public/script.js
Normal file
@@ -0,0 +1,4 @@
|
||||
const button = document.createElement('button');
|
||||
button.textContent = 'Click me!';
|
||||
button.onclick = () => alert('You clicked the button!');
|
||||
document.body.appendChild(button);
|
||||
Reference in New Issue
Block a user