Skip to content
Snippets Groups Projects
index.html 319 B
Newer Older
Fabien Amarger's avatar
Fabien Amarger committed
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <meta name="description" content="{{ cookiecutter.description }}" />
    <title>{{ cookiecutter.project_slug }}</title>
  </head>
  <body>
    <noscript>You need to enable javascript to run this app</noscript>
    <div id="root"></div>
  </body>
</html>