subhash494 commited on
Commit
61fe530
1 Parent(s): e664a97

Upload 2 files

Browse files
Files changed (2) hide show
  1. mycomponent/__init__.py +0 -0
  2. mycomponent/index.html +11 -0
mycomponent/__init__.py ADDED
File without changes
mycomponent/index.html ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8" />
4
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>Squareoffbots - Performance</title>
7
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js"></script>
8
+ </html>
9
+ </head>
10
+ <body></body>
11
+ </html>