mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
17 lines
No EOL
242 B
HTML
17 lines
No EOL
242 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>CraftBeerPi 4.0</title>
|
|
|
|
<style>
|
|
body {
|
|
background-image: url("/static/splash.png");
|
|
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
</body>
|
|
</html> |