flatisfy/flatisfy/web/static/index.html

15 lines
409 B
HTML

<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="format-detection" content="telephone=no">
<title>Flatisfy</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div id="app"></div>
<script src="static/js/bundle.js"></script>
</body>
</html>