Files
linguist/samples/Groovy Server Pages/hello-pagedirective.gsp
2012-07-23 15:52:49 -05:00

17 lines
372 B
Plaintext

<%@ page contentType="text/html;charset=UTF-8" %>
<html>
<head>
<title>Using page directive tag</title>
</head>
<body>
<div class="center">
<a href="#" alt="Download" id="downloadButton">Download</a>
</div>
<div class="center">
<a href="#" alt="Print" id="printButton">Print</a>
</div>
</body>
</html>