mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
14 lines
353 B
HTML
14 lines
353 B
HTML
<!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>
|