Advertisement
kikosiak

Untitled

May 25th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.28 KB | None | 0 0
  1. <%@ page contentType="text/html;charset=UTF-8" language="java" %>
  2. <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
  3. <html>
  4. <head>
  5.     <title>Licznik odwiedzin</title>
  6. </head>
  7. <body>
  8. <p>Licznik odwiedzin!</p>
  9. Liczba odwiedzin: ${visitCounter}
  10. </body>
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement