ember-noscript
Version:
Place a noscript tag in your ember-cli app.
13 lines (10 loc) • 349 B
JavaScript
/* eslint-env node */
;
const defaultNoscriptContent = `
<p>
For full functionality of this site it is necessary to enable JavaScript.
Here are the <a href='https://www.enable-javascript.com/' target='_blank'>
instructions on how to enable JavaScript in your web browser</a>.
</p>
`;
module.exports = { defaultNoscriptContent };