17 lines
461 B
HTML
17 lines
461 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link data-trunk rel="rust" data-wasm-opt="z" />
|
|
<link data-trunk rel="icon" type="image/ico" href="/public/favicon.ico" />
|
|
<link data-trunk rel="css" href="/style/output.css" />
|
|
<title>Digitaler Frieden</title>
|
|
</head>
|
|
|
|
<body class="bg-black justify-center flex flex-col text-white min-h-screen">
|
|
<img class="w-36 h-36" src="/public/favicon.ico" alt=""/>
|
|
</body>
|
|
|
|
</html>
|