sangue/vue/public/index.html

27 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>{{cookiecutter.project_name_snake}}_django</title>
<!--<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"/>
<link rel="stylesheet" id="Oswald-css" href="http://fonts.googleapis.com/css?family=Oswald%3A100%2C300%2C400%2C400italic%2C700&amp;ver=d900f3de0b340aaffdf647c3002595eb" type="text/css" media="all"/>
<link href="https://cdnjs.cloudflare.com/ajax/libs/tabulator/4.2.2/css/bootstrap/tabulator_bootstrap4.min.css" rel="stylesheet"/>-->
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="stylesheet" id="Oswald-css" href="http://fonts.googleapis.com/css?family=Oswald%3A100%2C300%2C400%2C400italic%2C700&amp;ver=d900f3de0b340aaffdf647c3002595eb" type="text/css" media="all"/>
<script type="text/javascript" src="/auto_config_frontend.js"></script>
</head>
<body>
<noscript>
<strong>We're sorry but {{cookiecutter.project_name_snake}}_django doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>