mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
42 lines
1.1 KiB
PHP
42 lines
1.1 KiB
PHP
<!-- Main Footer -->
|
|
<footer class="main-footer">
|
|
<!-- Default to the left -->
|
|
© 2021 Puche
|
|
<!-- To the right -->
|
|
<div class="pull-right no-hidden-xs">
|
|
Pi.alert  2.54  <small>(2021-01-13)</small>
|
|
</div>
|
|
</footer>
|
|
|
|
<!-- Control Sidebar -->
|
|
<!-- DELETED -->
|
|
|
|
</div>
|
|
<!-- ./wrapper -->
|
|
|
|
<!-- REQUIRED JS SCRIPTS -->
|
|
|
|
<!-- jQuery 3 -->
|
|
<script src="lib/AdminLTE/bower_components/jquery/dist/jquery.min.js"></script>
|
|
<!-- Bootstrap 3.3.7 -->
|
|
<script src="lib/AdminLTE/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
|
|
<!-- AdminLTE App -->
|
|
<script src="lib/AdminLTE/dist/js/adminlte.min.js"></script>
|
|
|
|
<!-- Optionally, you can add Slimscroll and FastClick plugins.
|
|
Both of these plugins are recommended to enhance the
|
|
user experience. -->
|
|
|
|
<!-- SlimScroll -->
|
|
<script src="lib/AdminLTE/bower_components/jquery-slimscroll/jquery.slimscroll.min.js"></script>
|
|
<!-- FastClick -->
|
|
<script src="lib/AdminLTE/bower_components/fastclick/lib/fastclick.js"></script>
|
|
|
|
<!-- Pi.Alert -------------------------------------------------------------- -->
|
|
<script src="js/pialert_common.js"></script>
|
|
|
|
|
|
</body>
|
|
</html>
|
|
|