From 2c557b245074fceb66d6b7bc8e4fedef21e743f3 Mon Sep 17 00:00:00 2001 From: Enrico Bergmann Cassel <82922865+Enrico-Bergmann@users.noreply.github.com> Date: Mon, 16 Oct 2023 14:07:40 -0300 Subject: [PATCH] initial commit --- index.html | 51 ++++++++++++++++++++++++++++++++++++++++++++------- package.json | 12 ++++-------- 2 files changed, 48 insertions(+), 15 deletions(-) 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