--- /dev/null
+<!DOCTYPE HTML>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>Page not found</title>
+ <link rel="stylesheet" href="style.css">
+ </head>
+ <body>
+ <div id="m">
+ <h1 class="red">PAGE NOT FOUND</h1>
+ <div class="i e">The page you were looking for doesn't exist!</div>
+ </div>
+ <div id="f">You can find more information about this project on <a href="https://github.com/pepe2k/u-boot_mod" target="_blank">GitHub</a></div>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE HTML>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>ART update</title>
+ <link rel="stylesheet" href="style.css">
+ </head>
+ <body>
+ <div id="m">
+ <h1>ART UPDATE</h1>
+ <p>You are going to update <strong>ART (Atheros Radio Test)</strong> on the device.<br>Please, choose file from your local hard drive and click <strong>Update ART</strong> button.</p>
+ <form method="post" enctype="multipart/form-data"><input type="file" name="art"><input type="submit" value="Update ART"></form>
+ <div class="i w">
+ <strong>WARNINGS</strong>
+ <ul>
+ <li>do not power off the device during update</li>
+ <li>if everything goes well, the device will restart</li>
+ <li>you can upload whatever you want, so be sure that you choose proper ART image for your device</li>
+ </ul>
+ </div>
+ </div>
+ <div id="f">You can find more information about this project on <a href="https://github.com/pepe2k/u-boot_mod" target="_blank">GitHub</a></div>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE HTML>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>Update failed</title>
+ <link rel="stylesheet" href="style.css">
+ </head>
+ <body>
+ <div id="m">
+ <h1 class="red">UPDATE FAILED</h1>
+ <div class="i e"><strong>Something went wrong during update</strong>Probably you have chosen wrong file (too big or too small) or you were trying to upgrade ART on device with unknown flash type (and size) which is not allowed. Please, try again or contact with the author of this modification. You can also get more information during upgrade in U-Boot console.</div>
+ </div>
+ <div id="f">You can find more information about this project on <a href="https://github.com/pepe2k/u-boot_mod" target="_blank">GitHub</a></div>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE HTML>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>Update in progress</title>
+ <style>h1,p,ul{margin:0;padding:0}html,body{font:13px/20px Arial,sans-serif;background:#EDEDED}#m{max-width:750px;margin:30px auto 10px;border:solid 1px #BABABA;background:#FFF;border-radius:7px;box-shadow:0 0 10px #D2D1D1}#m > *{padding:20px}h1{font:bold 50px/50px Tahoma;border-bottom:solid 1px #E8E8E8}a,h1{color:#2450AD;text-decoration:none}.i{margin:20px;border-radius:7px;text-align:justify}.w{background:#FEFDCE;border:solid 1px #FFC643}#f{text-align:center;color:#969393}form,p,h1{text-align:center}ul{list-style:square;margin:0 0 0 20px}.i strong{margin:0 0 5px;display:block}#l{height:30px;width:30px;margin:0px auto 20px;-webkit-animation:r 1s infinite linear;-moz-animation:r 1s infinite linear;-o-animation:r 1s infinite linear;animation:r 1s infinite linear;border-left:7px solid #EAF1FF;border-right:7px solid #EAF1FF;border-bottom:7px solid #EAF1FF;border-top:7px solid #2450AD;border-radius:100%}@-webkit-keyframes r{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@-moz-keyframes r{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(359deg)}}@-o-keyframes r{from{-o-transform:rotate(0deg)}to{-o-transform:rotate(359deg)}}@keyframes r{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}
+ </style>
+ </head>
+ <body>
+ <div id="m">
+ <h1>UPDATE IN PROGRESS</h1>
+ <p>Your file was uploaded, please wait and keep an eye on router's LED(s). One LED should blink during FLASH erasing.<br>U-Boot and ART update should not take more than a few seconds, firmware update time depends on image size.</p>
+ <div id="l"></div>
+ </div>
+ <div id="f">You can find more information about this project on <a href="https://github.com/pepe2k/u-boot_mod" target="_blank">GitHub</a></div>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE HTML>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>Firmware update</title>
+ <link rel="stylesheet" href="style.css">
+ </head>
+ <body>
+ <div id="m">
+ <h1>FIRMWARE UPDATE</h1>
+ <p>You are going to update <strong>firmware</strong> on the device.<br>Please, choose file from your local hard drive and click <strong>Update firmware</strong> button.</p>
+ <form method="post" enctype="multipart/form-data"><input type="file" name="firmware"><input type="submit" value="Update firmware"></form>
+ <div class="i w">
+ <strong>WARNINGS</strong>
+ <ul>
+ <li>do not power off the device during update</li>
+ <li>if everything goes well, the device will restart</li>
+ <li>you can upload whatever you want, so be sure that you choose proper firmware image for your device</li>
+ </ul>
+ </div>
+ </div>
+ <div id="f">You can find more information about this project on <a href="https://github.com/pepe2k/u-boot_mod" target="_blank">GitHub</a></div>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+h1,
+p,
+form,
+ul {
+ margin: 0;
+ padding: 0;
+}
+
+html,
+body {
+ font: 13px/20px Arial, sans-serif;
+ background: #EDEDED;
+}
+
+#m {
+ max-width: 750px;
+ margin: 30px auto 10px;
+ border: solid 1px #BABABA;
+ background: #FFF;
+ border-radius: 7px;
+ box-shadow: 0 0 10px #D2D1D1;
+}
+
+#m > * {
+ padding: 20px;
+}
+
+h1 {
+ font: bold 50px/50px Tahoma;
+ border-bottom: solid 1px #E8E8E8;
+}
+
+a,
+h1 {
+ color: #2450AD;
+ text-decoration: none;
+}
+
+.i {
+ margin: 20px;
+ border-radius: 7px;
+ text-align: justify;
+}
+
+.w {
+ background: #FEFDCE;
+ border: solid 1px #FFC643;
+}
+
+.e {
+ background: #FFE7E7;
+ border:solid 1px #FE7171;
+}
+
+#f {
+ text-align: center;
+ color: #969393;
+}
+
+form,
+p,
+h1 {
+ text-align: center;
+}
+
+ul {
+ list-style: square;
+ margin: 0 0 0 20px;
+}
+
+.red {
+ color: #E41616;
+}
+
+.i strong {
+ margin: 0 0 5px;
+ display: block;
+}
\ No newline at end of file
--- /dev/null
+<!DOCTYPE HTML>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>U-Boot update</title>
+ <link rel="stylesheet" href="style.css">
+ </head>
+ <body>
+ <div id="m">
+ <h1>U-BOOT UPDATE</h1>
+ <p>You are going to update <strong>U-Boot bootloader</strong> on the device.<br>Please, choose file from your local hard drive and click <strong>Update U-Boot</strong> button.</p>
+ <form method="post" enctype="multipart/form-data"><input type="file" name="uboot"><input type="submit" value="Update U-Boot"></form>
+ <div class="i w">
+ <strong>WARNINGS</strong>
+ <ul>
+ <li>do not power off the device during update</li>
+ <li>if everything goes well, the device will restart</li>
+ <li>you can upload whatever you want, so be sure that you choose proper U-Boot image for your device</li>
+ <li>updating U-Boot is a very dangerous operation and may damage your device!</li>
+ </ul>
+ </div>
+ </div>
+ <div id="f">You can find more information about this project on <a href="https://github.com/pepe2k/u-boot_mod" target="_blank">GitHub</a></div>
+ </body>
+</html>
\ No newline at end of file