Files
Custom_Launcher_mc/sample-files/upload/news.html
T
felden.r@grenoble.archi.fr c280484561 first commit
2025-03-31 11:07:21 +02:00

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>