Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Mar 14, 2024
1 parent e474612 commit f7c11ab
Showing 1 changed file with 49 additions and 28 deletions.
77 changes: 49 additions & 28 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,32 +1,53 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Telegraph Image Hosting</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.5.3/css/bootstrap.min.css"
/>
<link rel="stylesheet" href="./style.css" />
</head>

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Telegraph Image Hosting</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.5.3/css/bootstrap.min.css" />
<link rel="stylesheet" href="./style.css" />
</head>

<body>
<div class="full-window" ondragover="event.preventDefault()">
<div class="container card">
<h3 class="text-center">Telegraph Image Hosting</h3>
<p class="text-center text-muted">Free & Unlimited Image Hosting</p>
<button id="upload" class="btn btn-primary mx-auto" type="button" title="Supported formats: Images, videos, GIFs">
<span class="spinner-grow spinner-grow-sm d-none"></span>
<span class="upload-text">Drag & Drop your files or <u><i>Browse</i></u></span>
<input id="fileInput" type="file" name="file" accept="image/*, video/*" />
</button>
<div id="uploadStatus" class="text-center" style="margin-top: 10px"></div>
<a class="text-center text-muted" href="https://github.com/ifyour/cf-image-hosting" target="_blank">GitHub</a>
<body>
<div class="full-window" ondragover="event.preventDefault()">
<div class="container card">
<h3 class="text-center">Telegraph Image Hosting</h3>
<p class="text-center text-muted">Free & Unlimited Image Hosting</p>
<button
id="upload"
class="btn btn-primary mx-auto"
type="button"
title="Supported formats: Images, videos, GIFs"
>
<span class="spinner-grow spinner-grow-sm d-none"></span>
<span class="upload-text"
>Drag & Drop your files or <u><i>Browse</i></u></span
>
<input
id="fileInput"
type="file"
name="file"
accept="image/*, video/*"
/>
</button>
<div
id="uploadStatus"
class="text-center"
style="margin-top: 10px"
></div>
<a
class="text-center text-muted"
href="https://github.com/ifyour/cf-image-hosting"
target="_blank"
>GitHub</a
>
</div>
</div>
</div>

<script
src="https://cdnjs.cloudflare.com/ajax/libs/browser-image-compression/2.0.2/browser-image-compression.min.js"></script>
<script src="./script.js"></script>
</body>

</html>
<script src="https://cdnjs.cloudflare.com/ajax/libs/browser-image-compression/2.0.2/browser-image-compression.min.js"></script>
<script src="./script.js"></script>
</body>
</html>

0 comments on commit f7c11ab

Please sign in to comment.