This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch split-up-theme
in repository https://gitbox.apache.org/repos/asf/petri-site.git
The following commit(s) were added to refs/heads/split-up-theme by this push:
new e60f640 Create scripts.html
e60f640 is described below
commit e60f640b903a3a7d8decac3f3c842e7a705a8eb7
Author: Dave Fisher <[email protected]>
AuthorDate: Wed Apr 7 16:07:44 2021 -0700
Create scripts.html
---
theme/apache/templates/scripts.html | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/theme/apache/templates/scripts.html
b/theme/apache/templates/scripts.html
new file mode 100644
index 0000000..5ffc8dc
--- /dev/null
+++ b/theme/apache/templates/scripts.html
@@ -0,0 +1,13 @@
+ <script src="https://www.apachecon.com/event-images/snippet.js"></script>
+ <script
+
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.slim.min.js"
+
integrity="sha512-6ORWJX/LrnSjBzwefdNUyLCMTIsGoNP6NftMy2UAm1JBm6PRZCO1d7OHBStWpVFZLO+RerTvqX/Z9mBFfCJZ4A=="
+ crossorigin="anonymous"></script>
+ <script
+
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
+
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
+ crossorigin="anonymous"></script>
+ <script
+
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
+
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
+ crossorigin="anonymous"></script>