!--a11y-->
Ändern Sie das Layout der Einstiegsseite
default.htm, indem Sie den Teil|
<%@ page language="abap" %> <%@ include file="head.htm" %> <h3> Welcome to the mySAP Bookshop! </h3> |
stehen lassen und folgendes hinzufügen:
|
<p> In addition to the shop created in tutorial 3, you can maintain user data and use a shopping basket. <p> The information on the client side is stored using cookies. </body> </html> |

Da ja das Seitenfragment
head.htm zu Beginn inkludiert wird, entfallen die <html> und <body>-Tags.
Ändern Sie nun die Ergebnisseite.
