mirror of
https://gitlab.com/JKANetwork/powerfulcomputermanager.git
synced 2026-03-22 18:22:01 +01:00
Try web
This commit is contained in:
14
page/_includes/js.html
Normal file
14
page/_includes/js.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!-- 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>
|
||||
Reference in New Issue
Block a user