Adds a basic page.

This commit is contained in:
2024-07-29 23:05:32 -07:00
parent addda6f54f
commit d9781431c6
7 changed files with 87 additions and 0 deletions

8
package.json Normal file
View File

@@ -0,0 +1,8 @@
{
"name": "demo",
"version": "1.0.0",
"main": "index.js",
"author": "Tom Hicks <headhunter3@gmail.com>",
"license": "GLPv2",
"private": true
}