diff --git a/index.html b/index.html index 4ad4ffff6..09ec44659 100644 --- a/index.html +++ b/index.html @@ -1,12 +1,49 @@ - + - - - - Static Template + + + + Formulario -

This is a static template, there is no bundler or bundling involved!

+
+ Login +
+ + +
+ + + +
+ + + +
+ + + +
+ + + + + + + +
+ + + + + + + +
+ + +
+
- \ No newline at end of file + diff --git a/package.json b/package.json index 229967170..cd3ff0acd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "static", + "name": "formulario", "version": "1.0.0", - "description": "This is a static template with no bundling", + "description": "", "main": "index.html", "scripts": { "start": "serve", @@ -11,11 +11,7 @@ "type": "git", "url": "git+https://github.com/codesandbox-app/static-template.git" }, - "keywords": [ - "static", - "template", - "codesandbox" - ], + "keywords": [], "author": "Ives van Hoorne", "license": "MIT", "bugs": { @@ -25,4 +21,4 @@ "devDependencies": { "serve": "^11.2.0" } -} +} \ No newline at end of file