flabk/templates/html/index.html

20 lines
185 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>flabk</title>
<style>
body {
background-color: black;
color: rebeccapurple;
}
</style>
</head>
<body>
<h1>hi</h1>
</body>
</html>