favicon
This commit is contained in:
parent
6389b6c1b8
commit
78f3db04bd
BIN
uploadpage/favicon.png
Normal file
BIN
uploadpage/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 90 KiB |
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Stream Upload</title>
|
<title>Stream Upload</title>
|
||||||
<link rel="icon" href="streamupload.png">
|
<link rel="icon" href="favicon.png">
|
||||||
<script>
|
<script>
|
||||||
function respond(){
|
function respond(){
|
||||||
const feedback = document.getElementById('response');
|
const feedback = document.getElementById('response');
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 106 KiB |
@ -27,7 +27,7 @@ $file=$dir.$name.'.upload';
|
|||||||
print('<!DOCTYPE html>
|
print('<!DOCTYPE html>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Encoding</title>
|
<title>Encoding</title>
|
||||||
<link rel="icon" href="streamupload.png">
|
<link rel="icon" href="favicon.png">
|
||||||
<div style="display:flex; flex-direction:column; justify-content:center; text-align:center; align-items:center; height:95vh;">
|
<div style="display:flex; flex-direction:column; justify-content:center; text-align:center; align-items:center; height:95vh;">
|
||||||
<h3>Encoding</h3>
|
<h3>Encoding</h3>
|
||||||
File: '.$upload);
|
File: '.$upload);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user