netpractice/net_practice/end.html
2023-06-09 01:15:02 +02:00

16 lines
467 B
HTML

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