<!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>