wims-tester/index.html

24 lines
559 B
HTML
Raw Normal View History

2023-02-13 15:28:20 +01:00
<!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>