Newer
Older
sklauncher / sample-files / upload / news.html
@sk89q sk89q on 19 Feb 2015 438 bytes Add sample files.
<!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>