Initial commit
This commit is contained in:
24
index.html
Normal file
24
index.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user