--
You received this message because you are subscribed to the Google Groups "oTree help & discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to otree+un...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/otree/bd953e1c-5292-450b-a84c-4567d3dd1ac9n%40googlegroups.com.
Here is a sample template page for your reference. You can copy this and modify it accordingly
{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Welcome
{% endblock %}
{% block content %}
<html>
<script>
}
</script>
<style>
.page-header {
border-bottom: none;
display : none;
}
</style>
<body style="background-color:antiquewhite;">
<br><br>
<p style="position: relative; left: 40%; top: 5%; font-size:32px;">Welcome!</p>
<br><br>
<p style="font-size: 20px;text-align:justify">You are about to participate in a decision making experiment. Please read the instructions carefully before starting the experiment.
Please do not communicate with other participants during the experiment. Experimenters will answer your questions before and during the experiment.
Please raise your hand whenever you would like to ask a question, or you need assistance of any kind. The experiment will last 90 minutes.</p>
<br>
<button id="myCheck" style="height:40px;color:white;background-color:dodgerblue;position: relative; padding-left: 15px;padding-right: 15px;left: 92%;font-size:20px"> Start</button>
<div id="demo"></div>
<button > Go next page</button>
</body>
</html>
{% endblock %}