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