This commit is contained in:
2026-02-12 17:23:57 +01:00
parent c027c3b9a8
commit 63a55be350

View File

@@ -6,7 +6,9 @@
</head> </head>
<body> <body>
<h1><%= "Hello World!" %></h1> <h1><%= "Hello World!" %></h1>
<p><% String test = "test"; %></p>
<p><% out.print(test); %></p>
<br/> <br/>
<a href="hello-servlet">Hello Servlet test</a> <a href="hello-servlet">Hello Servlet test</a>
</body> </body>
</html> </html>