mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 09:09:21 -05:00
11 lines
301 B
HTML
11 lines
301 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta name="version" content="{{buildVersion}}">
|
||
|
<link data-trunk rel="css" href="style/output.css">
|
||
|
<link data-trunk rel="copy-file" href="manifest.json" />
|
||
|
<link data-trunk rel="copy-file" href="service-worker.js" />
|
||
|
</head>
|
||
|
<body></body>
|
||
|
</html>
|