Files

10 lines
167 B
HTML
Raw Permalink Normal View History

2026-03-30 20:52:35 -04:00
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Yew App</title>
2026-03-30 21:40:28 -04:00
<link rel="stylesheet" href="app.css" />
2026-03-30 20:52:35 -04:00
</head>
<body></body>
</html>