blob: ac91c2c0da754f1b23a397436ce0bcee13132e90 [file] [log] [blame]
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Failed to Upload </title>
<script src = "./titleupdate.js">
</script>
</head>
<body>
<input type="file" name="file" id="upfile" onchange="updateTitle()"/>
<script>
window.onload = function() {
document.getElementById("upfile").focus()
}
</script>
</body>
</html>