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

View File

@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<title>BetterRTP - API</title>
</head>
<body></body>
<script src="index.js"></script>
</html>

12
NodeServer/package.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "nodeserver",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}