mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
fix assets on splash
This commit is contained in:
parent
eb56efb0dc
commit
cc6b6775fc
1 changed files with 3 additions and 3 deletions
|
|
@ -5,9 +5,9 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<!-- Le styles -->
|
||||
<link href="vendor/bootstrap/docs/assets/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="vendor/bootstrap/docs/assets/css/bootstrap-responsive.min.css" rel="stylesheet">
|
||||
<link href="vendor/bootstrap/docs/assets/css/docs.css" rel="stylesheet">
|
||||
<link href="/vendor/bootstrap/docs/assets/css/bootstrap.css" rel="stylesheet">
|
||||
<link href="/vendor/bootstrap/docs/assets/css/bootstrap-responsive.css" rel="stylesheet">
|
||||
<link href="/vendor/bootstrap/docs/assets/css/docs.css" rel="stylesheet">
|
||||
|
||||
<script type="text/javascript" src="vendor/jquery-ui/jquery-1.9.1.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
|
|
|||
Loading…
Reference in a new issue