mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
15 lines
317 B
HTML
15 lines
317 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Yew • Timer</title>
|
|
<link data-trunk rel="scss" href="index.scss"/>
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap" rel="stylesheet">
|
|
<link data-trunk rel="rust" />
|
|
</head>
|
|
|
|
<body></body>
|
|
|
|
</html>
|