diff --git a/templates/welcome.html.twig b/templates/welcome.html.twig new file mode 100644 index 00000000..893bdfee --- /dev/null +++ b/templates/welcome.html.twig @@ -0,0 +1,25 @@ +{% extends "modules/contrib/islandora/templates/welcome_base.html.twig" %} + +{% block title %}Islandora Welcome Page{% endblock %} + +{% block body %} + + +
+ +

Our sandbox environment illustrates the basic functionality of Islandora's latest release. To log in with full administrative privileges, please use the following credentials:

+ + +

This sandbox is periodically wiped and refreshed.

+ +

To learn more about Islandora 8, please visit the project on GitHub and read our Ansible playbook

+ +

To learn more on how to override this homepage see Islandora documentation # How to modify the frontpage.

+
+{% endblock %}