forked from Coalfire-Research/npk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnyi.html
36 lines (30 loc) · 1.12 KB
/
nyi.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<div class="clearfix"></div>
<div class="content-wrapper">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 text-center" style="padding-top: 10%">
<h3 class="text-white">She's dead, Jim.</h3>
<h5 class="text-white"><small>* Actually, she's just not implemented yet.</small></h5>
</div>
</div>
</div>
</div>
<a href="javaScript:void();" class="back-to-top"><i class="fa fa-angle-double-up"></i> </a>
<!--End Back To Top Button-->
<script src="assets/plugins/jquery-multi-select/jquery.multi-select.js"></script>
<script src="assets/plugins/dropzone/js/dropzone.js"></script>
<script type="text/javascript">
Dropzone.autoDiscover = false;
</script>
<!-- Range Slider -->
<script src="assets/js/ion.rangeSlider.min.js"></script>
<!-- Switchery Js-->
<script src="assets/plugins/switchery/js/switchery.min.js"></script>
<script>
// var elems = Array.prototype.slice.call(document.querySelectorAll('.js-switch'));
window.switchers = {};
$('.js-switch').each(function() {
var e = $(this);
window.switchers[e[0].id] = new Switchery(e[0], $(this).data());
});
</script>