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 }}>
{{ APP }}
<p>Made by Nuxt.js team</p>
</body>
</html>