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

11 lines
164 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 }}>
<p>Made by Nuxt.js team</p>
2017-05-30 16:18:01 +00:00
{{ APP }}
2017-03-24 17:35:30 +00:00
</body>
</html>