van-hmr/index.html

10 lines
285 B
HTML
Raw Normal View History

2025-02-07 15:24:17 -05:00
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="hmr.js"></script>
2025-02-07 15:38:55 -05:00
<script src="lib.js"></script>
2025-02-07 15:24:17 -05:00
</head>
2025-02-07 15:38:55 -05:00
<body></body>
2025-02-07 15:24:17 -05:00
</html>