2015-07-27 20:49:37 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Flox - Collect your Movies, Series and Anime watch list</title>
|
|
|
|
|
|
|
|
<link href="{{ url('assets/favicon.ico') }}" rel="icon" type="image/x-icon">
|
|
|
|
<link href="{{ url('assets/css/app.css') }}" rel="stylesheet">
|
|
|
|
|
|
|
|
</head>
|
2015-07-28 12:26:29 +02:00
|
|
|
<body>
|
2015-07-27 20:49:37 +02:00
|
|
|
|
|
|
|
<div class="flox"></div>
|
|
|
|
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
|
|
|
|
<script src="{{ url('assets/js/config.js') }}"></script>
|
|
|
|
<script src="{{ url('assets/js/bundle.js') }}"></script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|