17 lines
No EOL
291 B
HTML
17 lines
No EOL
291 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
|
|
|
<title>
|
|
client
|
|
</title>
|
|
|
|
|
|
|
|
|
|
<script src="/client.js" type="module"></script>
|
|
</head>
|
|
<body><div id="app"></div></body>
|
|
</html> |