Skip to content

Commit 393e960

Browse files
committed
Update index.md
1 parent 6f09ff2 commit 393e960

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

senior-java/servelt-jsp/index.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@ The directory structure of a typical Java Servlet web application follows a spec
7272

7373
---
7474

75-
## Standard Directory Layout
75+
76+
<body>
77+
<h1> Standard Directory Layout</h1>
78+
<pre>
7679
YourWebAppRoot/
7780
7881
├── WEB-INF/
@@ -100,10 +103,11 @@ YourWebAppRoot/
100103
│ └── (JSP files)
101104
102105
└── index.html (or other entry point files)
103-
106+
</pre>
107+
</body>
104108

105109
<br/>
106-
<div align="center" width=700 height=200>
110+
<div align="center" width=600 height=100>
107111
<img src="IMAGES\directly.png" class="execution" alt="exception hierarchy">
108112
</div><br/>
109113

0 commit comments

Comments
 (0)