1<div class="container"> 2 <div class="text-div"> 3 <text class="title">This is the index page.</text> 4 </div> 5 <div class="button-div"> 6 <button value="Go to the second page" class="button" onclick="router"/> 7 </div> 8</div> 9