flatisfy/flatisfy/web/static/index.html

15 lines
409 B
HTML
Raw Normal View History

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