Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
54b68ae
1
Parent(s):
77bdeeb
Update up_fa.html
Browse files- up_fa.html +3 -3
up_fa.html
CHANGED
@@ -73,17 +73,17 @@
|
|
73 |
</style>
|
74 |
</head>
|
75 |
<body>
|
76 |
-
<h1
|
77 |
<div id="mediaContainer">
|
78 |
<!-- Media content will be displayed here -->
|
79 |
</div>
|
80 |
<div id="progressBarContainer">
|
81 |
<div id="progressBar">0%</div>
|
82 |
</div>
|
83 |
-
<div id="imageUrl" onclick="copyToClipboard(this)"
|
84 |
<form id="uploadForm" enctype="multipart/form-data" method="post" action="/upload">
|
85 |
<input type="file" name="file">
|
86 |
-
<button type="submit"
|
87 |
</form>
|
88 |
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/toastify-js"></script>
|
89 |
<script>
|
|
|
73 |
</style>
|
74 |
</head>
|
75 |
<body>
|
76 |
+
<h1>Загрузка файлов</h1>
|
77 |
<div id="mediaContainer">
|
78 |
<!-- Media content will be displayed here -->
|
79 |
</div>
|
80 |
<div id="progressBarContainer">
|
81 |
<div id="progressBar">0%</div>
|
82 |
</div>
|
83 |
+
<div id="imageUrl" onclick="copyToClipboard(this)">Кликните что бы сохранить</div>
|
84 |
<form id="uploadForm" enctype="multipart/form-data" method="post" action="/upload">
|
85 |
<input type="file" name="file">
|
86 |
+
<button type="submit">Загрузить</button>
|
87 |
</form>
|
88 |
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/toastify-js"></script>
|
89 |
<script>
|