oswilno/crates/web/index.html

10 lines
190 B
HTML
Raw Normal View History

2023-04-24 06:31:00 +02:00
<!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>