回答編集履歴
2
ed
answer
CHANGED
@@ -5,4 +5,5 @@
|
|
5
5
|
```
|
6
6
|
|
7
7
|
参考:
|
8
|
-
https://sacchans.net/java_jsp_css/
|
8
|
+
https://sacchans.net/java_jsp_css/
|
9
|
+
※上記は「WebContent配下のcss直下」の例です。読み替えてください。
|
1
ed
answer
CHANGED
@@ -3,3 +3,6 @@
|
|
3
3
|
```JSP
|
4
4
|
<link rel="stylesheet" href="<%=request.getContextPath() %>/login.css">
|
5
5
|
```
|
6
|
+
|
7
|
+
参考:
|
8
|
+
https://sacchans.net/java_jsp_css/
|