Nuxt/test/fixtures/with-config/app.html

11 lines
161 B
HTML
Raw Normal View History

2017-03-24 17:35:30 +00:00
<!DOCTYPE html>
<html {{ HTML_ATTRS }}>
<head>
{{ HEAD }}
</head>
<body {{ BODY_ATTRS }}>
2020-11-30 22:44:04 +00:00
<p>Made by Nuxt team</p>
2017-05-30 16:18:01 +00:00
{{ APP }}
2017-03-24 17:35:30 +00:00
</body>
</html>