mirror of
https://github.com/SKCraft/Launcher.git
synced 2024-11-24 12:16:28 +01:00
20 lines
438 B
HTML
20 lines
438 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>News Page</title>
|
||
|
<style>
|
||
|
body {
|
||
|
background: #ffffff no-repeat;
|
||
|
color: #000000;
|
||
|
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
|
||
|
margin: 0;
|
||
|
padding: 20px;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<!-- Note: Java's web renderer is pretty bad so you cannot get too fancy -->
|
||
|
<h1>News</h1>
|
||
|
<p>Recently, two new modpacks were added.</p>
|
||
|
</body>
|
||
|
</html>
|