Skip to content

Commit 0133eb2

Browse files
committed
ext-1
1 parent f4206d1 commit 0133eb2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

webapp/src/main/webapp/index.jsp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@
1313
</body>
1414
</html>
1515

16+
<html>
17+
<body>
18+
19+
<h2>HTML Image</h2>
20+
<img src="pic_trulli.jpg" alt="Trulli" width="500" height="333">
21+
22+
</body>
23+
</html>
24+
1625
class A{
1726
static public void main(String... args){
1827
System.out.println("hello java4");

0 commit comments

Comments
 (0)