/ NetPractice / net_practice / index.html
index.html
 1  <html>
 2    <head>
 3      <link rel="stylesheet" type="text/css" href="css/netpractice.css">
 4      <script src="js/intro.js"></script>
 5      <meta charset="UTF-8">
 6    </head>
 7  
 8    <body>
 9      <div class='intro_div'>
10        Welcome to 42's NetPractice !<br />
11        Please enter your intranet login (the moulinette will use it to know your own configuration) : <br />
12        <input id='input_login' type=text size=8><br />
13        Or leave empty for a defense : 3 random level from 6 to 10 will be offered to be solved in 15 minutes.<br />
14        <span class='footnote'>Note: the architecture and addresses used in the following levels are fictionnous and are not connected to real configurations.</span><br />
15        <input type=button value="Start !" onclick='save_login();'>
16      </div>
17      <script>document.getElementById('input_login').value = load_login();</script>
18    </body>
19  </html>