-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<meta http-equiv="refresh" content="0; URL='https://warejs.org/v0.2/'" /> | ||
<meta http-equiv="refresh" content="0; URL='https://warejs.org/v0.3/'" /> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"vendors.js": "/v0.3/static/js/vendors.4ab3c270.js", | ||
"vendors.js.map": "/v0.3/static/js/vendors.10adb213c312e518a23a.js.map", | ||
"app.js": "/v0.3/static/js/app.b4bf32f8.js", | ||
"app.js.map": "/v0.3/static/js/app.10adb213c312e518a23a.js.map", | ||
"components-index.js": "/v0.3/static/js/components-index.a3593253.js", | ||
"components-index.js.map": "/v0.3/static/js/components-index.10adb213c312e518a23a.js.map", | ||
"components-layouts-flex-flex.js": "/v0.3/static/js/components-layouts-flex-flex.7a14d52e.js", | ||
"components-layouts-flex-flex.js.map": "/v0.3/static/js/components-layouts-flex-flex.10adb213c312e518a23a.js.map", | ||
"components-layouts-grid-grid.js": "/v0.3/static/js/components-layouts-grid-grid.dc7883eb.js", | ||
"components-layouts-grid-grid.js.map": "/v0.3/static/js/components-layouts-grid-grid.10adb213c312e518a23a.js.map", | ||
"runtime~app.js": "/v0.3/static/js/runtime~app.10adb213c312e518a23a.js", | ||
"runtime~app.js.map": "/v0.3/static/js/runtime~app.10adb213c312e518a23a.js.map", | ||
"static/js/6.b92efb89.js": "/v0.3/static/js/6.b92efb89.js", | ||
"static/js/6.10adb213c312e518a23a.js.map": "/v0.3/static/js/6.10adb213c312e518a23a.js.map", | ||
"index.html": "/v0.3/index.html" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="description" content="Reactware is an open source toolkit for developing desktop PWA with HTML, CSS, and JS"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Reactware</title><link rel="stylesheet" href=".docz/public/index.css"><style>.Rw_Layouts_Flex>div>div{border:1px solid #ced4dd;margin-right:15px;padding:10px;border-radius:1px;text-align:center;background:#eef1f5}.Rw_Layouts_Grid>div,.Rw_Layouts_Grid>div>div>div{grid-gap:16px}.Rw_Layouts_Grid>div>div,.Rw_Layouts_Grid>div>div>div>div{border:1px solid #ced4dd;padding:10px;text-align:center;background:#eef1f5}</style></head><body><div id="root"></div><script src="/v0.3/static/js/runtime~app.10adb213c312e518a23a.js"></script><script src="/v0.3/static/js/vendors.4ab3c270.js"></script><script src="/v0.3/static/js/app.b4bf32f8.js"></script></body></html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta name="theme-color" content="#000000"> | ||
<!-- | ||
manifest.json provides metadata used when your web app is added to the | ||
homescreen on Android. See https://developers.google.com/web/fundamentals/web-app-manifest/ | ||
--> | ||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json"> | ||
<!-- | ||
Notice the use of %PUBLIC_URL% in the tags above. | ||
It will be replaced with the URL of the `public` folder during the build. | ||
Only files inside the `public` folder can be referenced from the HTML. | ||
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will | ||
work correctly both with client-side routing and a non-root public URL. | ||
Learn how to configure a non-root public URL by running `npm run build`. | ||
--> | ||
<title>React App</title> | ||
</head> | ||
<body> | ||
<noscript> | ||
You need to enable JavaScript to run this app. | ||
</noscript> | ||
<div id="root"></div> | ||
<!-- | ||
This HTML file is a template. | ||
If you open it directly in the browser, you will see an empty page. | ||
You can add webfonts, meta tags, or analytics to this file. | ||
The build step will place the bundled scripts into the <body> tag. | ||
To begin the development, run `npm start` or `yarn start`. | ||
To create a production bundle, use `npm run build` or `yarn build`. | ||
--> | ||
</body> | ||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.