add small frontend stack w/ tailwind & askama
This commit is contained in:
16
web/index.html
Normal file
16
web/index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!doctype html>
|
||||
<html lang="pl">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>gractwo.pl | Witamy!</title>
|
||||
<link href="styles.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body class="min-h-screen text-center flex items-center justify-center">
|
||||
<p>
|
||||
Witamy na gractwo.pl! Zapraszamy na nasz
|
||||
<a href="/discord" class="underline text-blue-400">serwer Discord</a
|
||||
>!
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user