23 lines
656 B
HTML
23 lines
656 B
HTML
<!DOCTYPE html>
|
|
<html lang="">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<header></header>
|
|
<main>
|
|
<center>
|
|
<div style="position: relative; top: 10vw">
|
|
<img width="200" height="200" src="https://static.vecteezy.com/system/resources/previews/017/178/222/non_2x/round-cross-mark-symbol-with-transparent-background-free-png.png">
|
|
<h1>This account already exists</h1>
|
|
Contact an administrator if you belive this is a mistake
|
|
<p>Click <a href="http://www.register.uwplattmc.com">here</a> to retry</p>
|
|
</div>
|
|
</center>
|
|
|
|
</main>
|
|
<footer></footer>
|
|
</body>
|
|
</html>
|