-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (25 loc) · 899 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!-- index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>File Upload to Telegram</title>
<link rel="stylesheet" href="styles.css">
<link rel="shortcut icon" href="https://harshilchovatiya.github.io/images/android-chrome-192x192.png"
type="image/png">
</head>
<body>
<div class="container">
<input type="file" id="fileInput" multiple />
<button onclick="uploadFiles()">Upload to Telegram</button>
</div>
<div id="errorPopup" class="popup">
<span class="popup-content" id="popupMessage"></span>
<span class="popup-close" onclick="closeErrorPopup()">×</span>
</div>
<script src="script.js"></script>
</body>
</html>
<!-- 'chat_id', '-1001631835449' -->
<!-- apiKey = '6514256232:AAHA-IfmGiNrjvxFDHrUSGKlRfhyNqyQ0Uw'; -->