malcolmrey commited on
Commit
6eeb0c9
Β·
1 Parent(s): 9d79e84

Initial version

Browse files
{browser/assets β†’ assets}/i18n/en.json RENAMED
File without changes
{browser/assets β†’ assets}/i18n/pl.json RENAMED
File without changes
browser/index.html DELETED
@@ -1,14 +0,0 @@
1
- <!doctype html>
2
- <html lang="en" data-beasties-container>
3
- <head>
4
- <meta charset="utf-8">
5
- <title>Image Cropper</title>
6
- <base href="/">
7
- <meta name="viewport" content="width=device-width, initial-scale=1">
8
- <link rel="icon" type="image/x-icon" href="favicon.ico">
9
- <style>html,body{margin:0;padding:0;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:#f8fafc;color:#0f172a}</style><link rel="stylesheet" href="styles-CKTKRBG3.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-CKTKRBG3.css"></noscript></head>
10
- <body>
11
- <app-root></app-root>
12
- <script src="polyfills-5CFQRCPP.js" type="module"></script><script src="main-I7P7HWZN.js" type="module"></script></body>
13
- </html>
14
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
browser/favicon.ico β†’ favicon.ico RENAMED
File without changes
index.html CHANGED
@@ -1,19 +1,14 @@
1
  <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
  </html>
 
 
1
  <!doctype html>
2
+ <html lang="en" data-beasties-container>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Image Cropper</title>
6
+ <base href="/">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1">
8
+ <link rel="icon" type="image/x-icon" href="favicon.ico">
9
+ <style>html,body{margin:0;padding:0;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:#f8fafc;color:#0f172a}</style><link rel="stylesheet" href="styles-CKTKRBG3.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-CKTKRBG3.css"></noscript></head>
10
+ <body>
11
+ <app-root></app-root>
12
+ <script src="polyfills-5CFQRCPP.js" type="module"></script><script src="main-I7P7HWZN.js" type="module"></script></body>
 
 
 
 
 
 
13
  </html>
14
+
browser/main-I7P7HWZN.js β†’ main-I7P7HWZN.js RENAMED
File without changes
browser/polyfills-5CFQRCPP.js β†’ polyfills-5CFQRCPP.js RENAMED
File without changes
browser/styles-CKTKRBG3.css β†’ styles-CKTKRBG3.css RENAMED
File without changes