moved templates to WeContent folder
This commit is contained in:
parent
1d34162bb5
commit
29def452b6
16 changed files with 11465 additions and 29 deletions
|
|
@ -5,18 +5,24 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>WebAdmin</title>
|
||||
|
||||
<!-- Bootstrap -->
|
||||
<!-- CSS -->
|
||||
<link href="css/magic-bootstrap.css" rel="stylesheet">
|
||||
<link href="css/bootstrap-switch.min.css" rel="stylesheet">
|
||||
<link href="css/main.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
|
||||
<!-- Include all compiled plugins (below), or include individual files as needed -->
|
||||
<!-- Javascript -->
|
||||
<script src="js/jquery.min.js"></script>
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
<script src="js/bootstrap-table.min.js"></script>
|
||||
<script src="js/Chart.js"></script>
|
||||
<script src="js/Chart.min.js"></script>
|
||||
<script src="js/bootstrap-switch.min.js"></script>
|
||||
|
||||
<script>
|
||||
$.(function(){
|
||||
$("input .switch[type='checkbox']").bootstrapSwitch();
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Top Bar -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue