glhcp/server/public/pc/.nuxt/views/app.template.html

10 lines
149 B
HTML
Raw Normal View History

2023-10-23 06:26:39 +00:00
<!DOCTYPE html>
<html {{ HTML_ATTRS }}>
<head {{ HEAD_ATTRS }}>
{{ HEAD }}
</head>
<body {{ BODY_ATTRS }}>
{{ APP }}
</body>
</html>