File tree 1 file changed +3
-8
lines changed
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
session_start ();
3
-
4
3
?>
5
4
<!DOCTYPE html>
6
5
<html>
11
10
<link rel="icon" href="favicon.png">
12
11
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
13
12
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
14
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
15
- integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
16
- </head>
17
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
18
- <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
19
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
13
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
14
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
15
+ <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
20
16
<link href="signin.css" rel="stylesheet">
21
17
</head>
22
18
36
32
</label>
37
33
<p class='label label-info' id="upload-file-info"></p>
38
34
<p class='label label-info' id="retval"></p>
39
- <!-- <input class="btn btn-primary btn-block" type="file" name="fileToUpload" id="fileToUpload"> -->
40
35
<button name="submit" class="btn btn-lg btn-primary btn-block" type="submit">Verify and upload
41
36
</button>
42
37
<p class="mt-5 mb-3 text-muted">© 2019-2020</p>
You can’t perform that action at this time.
0 commit comments