Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 3.139.234.68
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My HTML Page</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
</head>
<body>
<h2>Dashboard</h2>
<!-- Second "Upload Photo" button and file input box -->
<div>
<label for="fileInput">Choose File:</label>
<input type="file" id="fileInput" accept="image/*" />
<button onclick="uploadFile()">Upload Photo</button>
</div>
<!-- <script src="./js/dashboardimg.js"></script> -->
<script src="./js/log.js"></script>
</body>
</html>
|