This commit is contained in:
RonanCraft
2024-03-27 21:36:25 -04:00
parent 37e4bb196f
commit 0afea8b3d5
3 changed files with 14 additions and 1 deletions

10
NodeServer/index.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BetterRTP - API</title>
</head>
<body></body>
<script src="index.js"></script>
</html>