Party/templates/chat.html
fingadumbledore 7275aed83b f
2022-10-19 18:04:52 +02:00

20 lines
429 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chat</title>
<style>
Body {
background-image: linear-gradient(to right, rgb(38, 134, 62), rgb(89, 89, 175))
}
</style>
</head>
<body>
<center><h1>Chat</h1></center>
</body>
</html>