Files
LWLT-AI/node_modules/@fastify/static/example/public/index.html
2026-07-13 19:57:46 +08:00

12 lines
217 B
HTML

<html>
<head>
<script src="index.js"></script>
<link rel="stylesheet" type="text/css" href="index.css"></link>
</head>
<body>
<button id="my-button">
The button
</button>
</body>
</html>