end.html
1 <html> 2 <head> 3 <link rel="stylesheet" type="text/css" href="css/netpractice.css"> 4 <meta charset="UTF-8"> 5 </head> 6 7 <body> 8 <div class='intro_div'> 9 Completed !<br /> 10 Thanks for learning basics of networking with us :) <br /> 11 There are many other network-related topics that you can explore on your own. Stay curious ! 12 <input type=button value="Back to start" onclick='window.location="index.html";'> 13 </div> 14 </body> 15 </html>