app/Resources/views/default/index.html.twig line 1

Open in your IDE?
  1. <!doctype html>
  2. <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7"><![endif]-->
  3. <!--[if IE 7]><html class="no-js lt-ie9 lt-ie8"><![endif]-->
  4. <!--[if IE 8]><html class="no-js lt-ie9"><![endif]-->
  5. <!--[if gt IE 8]><!-->
  6. <html class="no-js"><!--<![endif]-->
  7.   <head>
  8.     <meta charset="utf-8">
  9.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  10.     <base href="/">
  11.     <title>B.CLAM</title>
  12.     <meta name="description" content="">
  13.     <meta name="viewport" content="width=device-width">
  14.     <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
  15.     <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
  16.     <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
  17.     <link rel="manifest" href="/manifest.json">
  18.     <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
  19.     <meta name="theme-color" content="#ffffff">
  20.   </head>
  21.   <body class='testserver'>
  22.     <div id="app-container"></div>
  23.   <script type="text/javascript" src="/bundles/app.bundle.js?c37ad5f0dc95a9b4f393"></script></body>
  24. </html>
  25. <!-- this file is generated by webpack, do not edit directly -->