24 lines
929 B
HTML
24 lines
929 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Worlds</title>
|
|
<link rel="shortcut icon" href="mc-logo.png" type="image/x-icon">
|
|
<link rel="stylesheet" href="home.css">
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
|
|
rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
|
|
<ul>
|
|
<li><a style="margin-left: 5px;" href="index.html">Home</a></li>
|
|
<li><a href="clients.html">Clients</a></li>
|
|
<li><a class="active" href="worlds.html">Worlds</a></li>
|
|
<li><a href="packs.html">Resource Packs</a></li>
|
|
<li><a href="servers.html">Servers</a></li>
|
|
<li style="float: right;"><a href="https://github.com/cobblesteve01/Eaglercraft-Extras" target="_blank"><img src="github.png" style="height: 25px; color: white;" alt=""></a></li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|