This commit is contained in:
Luke Hagar
2022-07-28 20:09:03 -05:00
commit 18856fe597
5 changed files with 278 additions and 0 deletions

BIN
ae478a5c1ce0128c9116.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1004 B

1
index.html Normal file
View File

@@ -0,0 +1 @@
<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=Content-Security-Policy content="script-src 'self' 'unsafe-inline'"><title>Warden</title><script defer=defer src=./renderer.js></script></head><body><div id=root></div></body></html>

206
renderer.js Normal file

File diff suppressed because one or more lines are too long

70
renderer.js.LICENSE.txt Normal file
View File

@@ -0,0 +1,70 @@
/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license MUI v5.8.7
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license MUI v5.9.2
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license React v16.13.1
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

1
renderer.js.map Normal file

File diff suppressed because one or more lines are too long