contiago-toolbar
Version:
One of the options for outputting content from contiago xml-server
28 lines (23 loc) • 1.43 kB
HTML
<html lang="en">
<head>
<!-- The first thing in any HTML file should be the charset -->
<meta charset="utf-8">
<!-- Make the page mobile compatible -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Allow installing the app to the homescreen -->
<meta name="mobile-web-app-capable" content="yes">
<!-- iOS home screen icons -->
<meta name="apple-mobile-web-app-title" content="react boilerplate">
<script defer id="contiago-toolbar" data-customer-token="598a817d-3260-4faf-bc2b-dad4dc4876c1" data-sandbox></script>
<title>React.js Boilerplate</title>
</head>
<body>
<!-- Display a message if JS has been disabled on the browser. -->
<noscript>If you're seeing this message, that means <strong>JavaScript has been disabled on your browser</strong>, please <strong>enable JS</strong> to make this app work.</noscript>
<!-- Open Sans Font -->
<!-- <link href="vendor/css/fonts.css" rel="stylesheet"> -->
<!-- <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> -->
<!-- A lot of magic happens in this file. HtmlWebpackPlugin automatically includes all assets (e.g. bundle.js, main.css) with the correct HTML tags, which is why they are missing in this HTML file. Don't add any assets here! (Check out the webpack config files in internals/webpack for details) -->
</body>
</html>