Skip to content

Commit

Permalink
first
Browse files Browse the repository at this point in the history
  • Loading branch information
Tekunalogy committed Apr 20, 2024
1 parent c38db53 commit 2a027ed
Show file tree
Hide file tree
Showing 7 changed files with 463 additions and 0 deletions.
128 changes: 128 additions & 0 deletions assets/index-BsFXWBSG.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-C7VPo_2o.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:root{margin:0;height:100%}html,body{margin:0;height:100%;background-color:#222;background-image:url(./wavy-lines.svg);background-size:cover;background-repeat:no-repeat}
162 changes: 162 additions & 0 deletions assets/index-CyOXQQGR.js

Large diffs are not rendered by default.

129 changes: 129 additions & 0 deletions assets/index-D-elLKTj.js

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions assets/wavy-lines.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions camera_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="camera_icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DWE.ai Camera Tester</title>
<script type="module" crossorigin src="assets/index-CyOXQQGR.js"></script>
<link rel="stylesheet" crossorigin href="assets/index-C7VPo_2o.css">
</head>
<body>
<div id="root" style="height: 100%; margin: 0"></div>
</body>
</html>

0 comments on commit 2a027ed

Please sign in to comment.