Some web fixes
This commit is contained in:
parent
87be302902
commit
d94f48fd06
24 changed files with 14261 additions and 61 deletions
|
|
@ -7,26 +7,28 @@
|
|||
<title>Trader</title>
|
||||
|
||||
<!-- CSS -->
|
||||
<!--<link href="css/adminkit-web-ui-kit.min.css" rel="stylesheet">-->
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="css/bootstrap-icons.css" rel="stylesheet">
|
||||
<link href="css/bootstrap-switch.min.css" rel="stylesheet">
|
||||
<link href="css/fontawesome.min.css" rel="stylesheet">
|
||||
<link href="css/trader.css" rel="stylesheet">
|
||||
|
||||
<!-- Javascript -->
|
||||
<link href="css/bootstrap.min.js">
|
||||
<link href="css/bootstrap-switch.min.js">
|
||||
<link href="css/echarts.min.js">
|
||||
<script src="js/bootstrap.bundle.min.js"></script>
|
||||
<script src="js/bootstrap-switch.min.js"></script>
|
||||
<script src="js/echarts.min.js"></script>
|
||||
|
||||
<link href="css/trader.js">
|
||||
<link href="css/trader_chart.js">
|
||||
<script src="js/trader.js"></script>
|
||||
<script src="js/trader_chart.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<nav class="navbar navbar-expand-md navbar-dark sticky-top bg-dark flex-md-nowrap p-0 shadow">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand col-md-3 col-lg-2 me-0 px-3" href="#">
|
||||
Trader
|
||||
<a class="navbar-brand px-3" href="#">
|
||||
<i class="fas fa-robot"></i> Trader
|
||||
</a>
|
||||
|
||||
{{navigation}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue