1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/wmr-ssg/public/index.html

15 lines
353 B
HTML
Raw Permalink Normal View History

2021-10-13 19:40:13 +09:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>wmr-ssg-example</title>
<meta name="viewport" content="width=device-width" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@exampledev/new.css/new.min.css"
/>
<script type="module" src="main.tsx"></script>
</head>
<body></body>
</html>