<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>WIMS Tester</title> <style> body { font-family: system-ui; text-align: center; margin: 10px 25px 25px 25px; } </style> </head> <body> <h1>WIMS Tester</h1> <form action=""> <fieldset id="servers"> <legend></legend> </fieldset> </form> <a href=""></a> <script src="script.js"></script> </body> </html>