bills commited on
Commit
e1460c8
1 Parent(s): cd27e66

Added index.html

Browse files
Files changed (1) hide show
  1. index.html +17 -0
index.html ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>Document</title>
8
+ </head>
9
+ <body>
10
+ <iframe
11
+ src="https://billsar1912-yolov5x6-marine-vessels-detectio-352d46c.hf.space"
12
+ frameborder="0"
13
+ width="5000"
14
+ height="2800"
15
+ ></iframe>
16
+ </body>
17
+ </html>