1
0
mirror of https://github.com/devfake/flox.git synced 2024-11-15 22:52:32 +01:00
flox/client/views/app.blade.php

21 lines
568 B
PHP
Raw Normal View History

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>