9 lines
256 B
HTML
9 lines
256 B
HTML
<head>
|
|
<title>EaglerCraftX</title>
|
|
<link rel="icon" type="image/x-icon" href="/icon.jpeg">
|
|
</head>
|
|
<body>
|
|
<h1>Pick a Client:</h1>
|
|
<a href="main.html"><button>Main Client</button></a> <a href="resent.html"><button>Resent Client</button></a>
|
|
</body>
|