mirror of
https://gitlab.com/JKANetwork/powerfulcomputermanager.git
synced 2026-04-06 18:42:01 +02:00
14 lines
782 B
HTML
14 lines
782 B
HTML
<!-- jQuery Version 1.11.0 -->
|
|
<script src="{{ "/js/jquery.js" | prepend: site.baseurl }}"></script>
|
|
|
|
<!-- Bootstrap Core JavaScript -->
|
|
<script src="{{ "/js/bootstrap.min.js" | prepend: site.baseurl }}"></script>
|
|
|
|
<!-- Plugin JavaScript -->
|
|
<script src="{{ "/js/jquery.easing.min.js" | prepend: site.baseurl }}"></script>
|
|
|
|
<!-- Google Maps API Key - Use your own API key to enable the map feature. More information on the Google Maps API can be found at https://developers.google.com/maps/ -->
|
|
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCRngKslUGJTlibkQ3FkfTxj3Xss1UlZDA&sensor=false"></script>
|
|
|
|
<!-- Custom Theme JavaScript -->
|
|
<script src="{{ "/js/grayscale.js" | prepend: site.baseurl }}"></script> |