diff --git a/images/logo new.jpg b/images/logo new.jpg new file mode 100644 index 000000000..ed2963273 Binary files /dev/null and b/images/logo new.jpg differ diff --git a/index.html b/index.html index 5daa2330e..649fa6fd4 100644 --- a/index.html +++ b/index.html @@ -1,90 +1,244 @@ - - - - Blazer - - + + + + LONE STAR PROXY + + - - - - -
+ + + + +

- bob the robber 2 - vex 7 - vex 6 - minecraft - moto x3m - retrobowl - drive mad - slope - moto x3m2 + Bob The Robber 2 + Vex 7 + Vex 6 + Minecraft + Moto X3M + Retro Bowl + Drive Mad + Slope + Moto X3M 2
-
- - +
- \ No newline at end of file + + + + \ No newline at end of file diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 000000000..438652d39 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,13 @@ +{ + "name": "BlazerGames", + "version": "1.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "BlazerGames", + "version": "1.0.0", + "license": "ISC" + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 000000000..546eb29e0 --- /dev/null +++ b/package.json @@ -0,0 +1,13 @@ +{ + "name": "BlazerGames", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "start": "npx serve .", + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC" +} \ No newline at end of file