oswilno/crates/web/index.html
2023-04-24 16:11:49 +02:00

10 lines
190 B
HTML

<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="utf-8" />
<title>My first Sycamore app</title>
<link rel="stylesheet" href="/tailwind.css"/>
</head>
<body></body>
</html>