1= """
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
3<html lang="en">
4 <head>
5 <meta charset="UTF-8" http-equiv="X-UA-Compatible" content="IE=Edge">
6 <title>Read a ROOT file</title>
7 <link rel="shortcut icon" href="https://root.cern.ch/js/latest/img/RootIcon.ico">
8 <!-- To make use of RequireJS, un-comment the following line and comment the second line below -->
9 <!--script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.1.19/require.min.js" data-main="scripts/JSRootCore.js"></script-->
10 <script type="text/javascript" src="https://root.cern.ch/js/latest/scripts/JSRootCore.js?gui"></script>
11 </head>
12 <body>
13 <div id="simpleGUI" path="./" files="%(file_list)s">
14 loading scripts ...
15 </div>
16 </body>
17</html>
18"""