Skip to content

Commit

Permalink
add required scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Himyu committed Nov 12, 2022
1 parent 68acb69 commit 3b8b433
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/cockpit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<title>Caster Cockpit | League</title>
<script src="/static/main-bundle.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@forevolve/[email protected]/dist/css/bootstrap-dark.min.css" />
<script src="/vendor/jquery/jquery.min.js"></script>
<script src="/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="cockpit.css" />
<link rel="stylesheet" href="/pages/op-plugin-theming/active/index.css" />
</head>
Expand Down

0 comments on commit 3b8b433

Please sign in to comment.