1
0
forked from Kieran/route96
void-cat-rs/ui/index.html

18 lines
291 B
HTML
Raw Normal View History

2024-04-29 21:00:47 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2024-04-30 21:38:14 +00:00
<title>void_cat_rs</title>
<style>
html {
background-color: black;
color: white;
}
</style>
2024-04-29 21:00:47 +00:00
</head>
<body>
2024-04-30 21:38:14 +00:00
<h1>
Welcome to void_cat_rs
</h1>
2024-04-29 21:00:47 +00:00
</body>
</html>