Send proper html skeleton
This commit is contained in:
parent
2a830b111a
commit
6f3a6df9d5
1 changed files with 12 additions and 3 deletions
15
upload.php
15
upload.php
|
@ -1,4 +1,12 @@
|
|||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
|
||||
const MAX_FILE_SIZE = 5000000;
|
||||
|
@ -65,5 +73,6 @@ function upload_image() {
|
|||
upload_image();
|
||||
|
||||
?>
|
||||
|
||||
<a href="index.php">back</a>
|
||||
<a href="index.php">back</a>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue