mirror of
https://github.com/overte-org/overte.git
synced 2025-06-04 18:40:36 +02:00
15 lines
225 B
HTML
15 lines
225 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body {
|
|
background-color: transparent;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<h1 style="font-size: 64px; color: white;">This is a test. (: (that doesn't work for some reason)</h1>
|
|
|
|
</body>
|
|
</html>
|