mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-20 02:56:10 +00:00
20 lines
430 B
HTML
20 lines
430 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(89, 89, 175), rgb(38, 134, 62))
|
|
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<center><h1>Chat</h1></center>
|
|
|
|
</body>
|
|
</html> |