Monty Taylor | 4a781a7 | 2017-07-25 07:28:04 -0400 | [diff] [blame] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" |
| 2 | "http://www.w3.org/TR/html4/strict.dtd"> |
| 3 | <html> |
| 4 | <head> |
| 5 | <meta http-equiv="Content-type" content="text/html; charset=utf-8"/> |
| 6 | <title id='pagetitle'><%= htmlWebpackPlugin.options.title %></title> |
| 7 | </head> |
| 8 | <body ng-app="zuulStream" ng-controller="mainController" id="zuulstream"> |
| 9 | <div id="zuulstreamoverlay"> |
| 10 | <form> |
| 11 | <input type="checkbox" id="autoscroll" checked> autoscroll |
| 12 | </form> |
| 13 | </div> |
| 14 | |
| 15 | <pre id="zuulstreamcontent"></pre> |
| 16 | </div></body> |
| 17 | </html> |