diff --git a/asset-manifest.json b/asset-manifest.json new file mode 100644 index 0000000..d225b58 --- /dev/null +++ b/asset-manifest.json @@ -0,0 +1,13 @@ +{ + "files": { + "main.css": "/alarrazg/contadorclicks.git/static/css/main.dfbfaacb.css", + "main.js": "/alarrazg/contadorclicks.git/static/js/main.e50bd175.js", + "index.html": "/alarrazg/contadorclicks.git/index.html", + "main.dfbfaacb.css.map": "/alarrazg/contadorclicks.git/static/css/main.dfbfaacb.css.map", + "main.e50bd175.js.map": "/alarrazg/contadorclicks.git/static/js/main.e50bd175.js.map" + }, + "entrypoints": [ + "static/css/main.dfbfaacb.css", + "static/js/main.e50bd175.js" + ] +} \ No newline at end of file diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..a11777c Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..fe7d934 --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +Contador Clicks React
\ No newline at end of file diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..1f2f141 --- /dev/null +++ b/manifest.json @@ -0,0 +1,15 @@ +{ + "short_name": "React App", + "name": "Create React App Sample", + "icons": [ + { + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + } + ], + "start_url": ".", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +} diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..e9e57dc --- /dev/null +++ b/robots.txt @@ -0,0 +1,3 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: diff --git a/static/css/main.dfbfaacb.css b/static/css/main.dfbfaacb.css new file mode 100644 index 0000000..6247dcd --- /dev/null +++ b/static/css/main.dfbfaacb.css @@ -0,0 +1,2 @@ +body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body,html{background-color:#04042b}.App{font-family:Lato,sans-serif;padding-top:15px}.App,.contenedor-principal{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.contenedor-principal{flex-direction:column}.contenedor-counter{gap:20px;height:500px;min-width:600px}.contenedor-button,.contenedor-counter{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}button{border:2px solid #fff;border-radius:15px;color:#fff;cursor:pointer;font-family:Roboto,sans-serif;font-size:35px;font-weight:700;height:80px;margin:5px;width:250px}button:hover{background-color:#00471b}.button-click{background-color:#1460e4}.button-reset{background-color:#ec1e07}.counter{align-items:center;border:8px solid #fff;border-radius:15px;color:#fff;display:flex;flex:auto;font-size:160px;height:300px;justify-content:center;min-width:200px;padding:25px} +/*# sourceMappingURL=main.dfbfaacb.css.map*/ \ No newline at end of file diff --git a/static/css/main.dfbfaacb.css.map b/static/css/main.dfbfaacb.css.map new file mode 100644 index 0000000..bce4034 --- /dev/null +++ b/static/css/main.dfbfaacb.css.map @@ -0,0 +1 @@ +{"version":3,"file":"static/css/main.dfbfaacb.css","mappings":"AAAA,KAKE,kCAAmC,CACnC,iCAAkC,CAJlC,mIAEY,CAHZ,QAMF,CAEA,KACE,uEAEF,CCZA,EAGE,qBAAsB,CADtB,QAAS,CADT,SAGF,CAEA,UAEE,wBACF,CAEA,KAME,2BAA6B,CAD7B,gBAEF,CAEA,2BANE,kBAAmB,CAFnB,YAAa,CACb,cAAe,CAEf,sBAWF,CANA,sBAGE,qBAGF,CAEA,oBAQE,QAAS,CAPT,YAAa,CACb,eAOF,CAEA,uCALE,kBAAmB,CAHnB,YAAa,CAEb,kBAAmB,CADnB,cAAe,CAGf,sBAUF,CC7CA,OAOC,qBAAuB,CACvB,kBAAmB,CAFnB,UAAY,CAIZ,cAAe,CAPf,6BAA+B,CAC/B,cAAe,CACf,eAAiB,CAHjB,WAAY,CAOZ,UAAW,CARX,WAUD,CAEA,aACC,wBACD,CAEA,cACC,wBACD,CAEA,cACC,wBACD,CCvBA,SAQC,kBAAmB,CAEnB,qBAAuB,CACvB,kBAAmB,CANnB,UAAY,CACZ,YAAa,CACb,SAAU,CAJV,eAAgB,CADhB,YAAa,CAOb,sBAAuB,CARvB,eAAgB,CAGhB,YAQD","sources":["index.css","App.css","styleSheets/Button.css","styleSheets/Counter.css"],"sourcesContent":["body {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',\n 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',\n sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\ncode {\n font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',\n monospace;\n}\n","* {\n padding: 0;\n margin: 0;\n box-sizing: border-box;\n}\n\nhtml,\nbody {\n background-color: #04042b;\n}\n\n.App {\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n justify-content: center;\n padding-top: 15px;\n font-family: Lato, sans-serif;\n}\n\n.contenedor-principal {\n display: flex;\n flex-wrap: wrap;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n}\n\n.contenedor-counter {\n height: 500px;\n min-width: 600px;\n display: flex;\n flex-wrap: wrap;\n flex-direction: row;\n align-items: center;\n justify-content: center;\n gap: 20px;\n}\n\n.contenedor-button {\n display: flex;\n flex-wrap: wrap;\n flex-direction: row;\n align-items: center;\n justify-content: center;\n}","button {\n\twidth: 250px;\n\theight: 80px;\n\tfont-family: Roboto, sans-serif;\n\tfont-size: 35px;\n\tfont-weight: bold;\n\tcolor: white;\n\tborder: 2px solid white;\n\tborder-radius: 15px;\n\tmargin: 5px;\n\tcursor: pointer;\n}\n\nbutton:hover {\n\tbackground-color: #00471b;\n}\n\n.button-click {\n\tbackground-color: #1460e4;\n}\n\n.button-reset {\n\tbackground-color: #ec1e07;\n}",".counter {\n\tmin-width: 200px;\n\theight: 300px;\n\tfont-size: 160px;\n\tpadding: 25px;\n\tcolor: white;\n\tdisplay: flex;\n\tflex: auto;\n\talign-items: center;\n\tjustify-content: center;\n\tborder: 8px solid white;\n\tborder-radius: 15px;\n}"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/static/js/main.e50bd175.js b/static/js/main.e50bd175.js new file mode 100644 index 0000000..1134a27 --- /dev/null +++ b/static/js/main.e50bd175.js @@ -0,0 +1,3 @@ +/*! For license information please see main.e50bd175.js.LICENSE.txt */ +!function(){"use strict";var e={463:function(e,n,t){var r=t(791),l=t(296);function a(e){for(var n="https://reactjs.org/docs/error-decoder.html?invariant="+e,t=1;t