summaryrefslogtreecommitdiffstats
path: root/board/broadcom/bcmbca/httpd/html/index.html
blob: 4869107c8c36df4cf5fc148122a154866274d984 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE HTML>
<html>
	<head>
		<meta charset="utf-8">
		<title>Software update</title>
		<link rel="icon" href="data:,">
	</head>
	<body>
		<div id="m">
			<h1>Software update</h1>
			<p>You are going to upload new software to the device.<br>Choose a proper file from your local hard drive and click <strong>"Update software"</strong> button.<br>Please, do not power off the device during update, if everything goes well, the device will restart.</p>
			<form method="post" enctype="multipart/form-data"><input type="file" name="firmware"><input type="submit" value="Update software"></form>
		</div>
	</body>
</html>