Files
marstemedia/index.html
Bytemalte a91537fccf
Some checks failed
Android Universal Build / build-android (push) Has been cancelled
update: workflow and css
2026-03-16 15:35:05 +01:00

12 lines
288 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Tauri + Yew App</title>
<link data-trunk rel="css" href="styles.css" />
<link data-trunk rel="copy-dir" href="public" />
<link data-trunk rel="copy-dir" href="assets" />
</head>
<body></body>
</html>