mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
Add jQuery to index.html
This commit is contained in:
parent
ac59d109a2
commit
21e9216540
@ -8,7 +8,9 @@
|
||||
<link ref="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"></link>
|
||||
</head>
|
||||
<body>
|
||||
<div id="main"></div>
|
||||
<div id="main" class="container-fluid"></div>
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
|
||||
<script src="build/app.js"></script>
|
||||
</body>
|
||||
|
@ -1,3 +1,3 @@
|
||||
import Alt from 'alt';
|
||||
export default new Alt();
|
||||
|
||||
export default new Alt();
|
||||
|
Loading…
Reference in New Issue
Block a user