18 lines
479 B
HTML
18 lines
479 B
HTML
<!DOCTYPE html>
|
|
<html lang="pl">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link id="logo" data-trunk rel="icon" href="assets/logo.png" >
|
|
<title>Myco</title>
|
|
<link data-trunk rel="css" href="tmp/tailwind.css"/>
|
|
<link rel="copy-file" href="assets/logo.png">
|
|
<link rel="copy-file" href="tmp/tailwind.css">
|
|
<base data-trunk-public-url/>
|
|
</head>
|
|
<body>
|
|
<main id="main">
|
|
</main>
|
|
</body>
|
|
</html>
|