Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml"
  4. xmlns:ui="http://java.sun.com/jsf/facelets"
  5. xmlns:h="http://java.sun.com/jsf/html"
  6. xmlns:f="http://java.sun.com/jsf/core">
  7. <h:head>
  8. <title>
  9. <ui:insert name="title">
  10. Kundenverwaltung
  11. </ui:insert>
  12. </title>
  13. </h:head>
  14. <h:body>
  15. <div id="header">
  16. <ui:insert name="header">
  17. </ui:insert></div><div id="content"><ui:insert name="content">
  18. </ui:insert>
  19. </div><div id="footer"><ui:insert name="footer"></ui:insert></div>
  20. </h:body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement