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

10 lines
149 B
HTML
Raw Normal View History

2023-08-29 04:32:25 +00:00
<!DOCTYPE html>
<html {{ HTML_ATTRS }}>
<head {{ HEAD_ATTRS }}>
{{ HEAD }}
</head>
<body {{ BODY_ATTRS }}>
{{ APP }}
</body>
</html>