modify css path
This commit is contained in:
parent
55dfdc3b9a
commit
d9b23c3dca
4 changed files with 4 additions and 6 deletions
|
@ -11,8 +11,7 @@
|
|||
type="text/css" />
|
||||
<link href="${f:url('/css/style.css')}" rel="stylesheet"
|
||||
type="text/css" />
|
||||
</head>
|
||||
<link href="/css/font-awesome.min.css"
|
||||
<link href="${f:url('/css/font-awesome.min.css')}"
|
||||
rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body class="error">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
type="text/css" />
|
||||
<link href="${f:url('/css/style.css')}" rel="stylesheet"
|
||||
type="text/css" />
|
||||
<link href="/css/font-awesome.min.css"
|
||||
<link href="${f:url('/css/font-awesome.min.css')}"
|
||||
rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body class="error">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
type="text/css" />
|
||||
<link href="${f:url('/css/style.css')}" rel="stylesheet"
|
||||
type="text/css" />
|
||||
<link href="/css/font-awesome.min.css"
|
||||
<link href="${f:url('/css/font-awesome.min.css')}"
|
||||
rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body class="error">
|
||||
|
|
|
@ -11,8 +11,7 @@
|
|||
type="text/css" />
|
||||
<link href="${f:url('/css/style.css')}" rel="stylesheet"
|
||||
type="text/css" />
|
||||
</head>
|
||||
<link href="/css/font-awesome.min.css"
|
||||
<link href="${f:url('/css/font-awesome.min.css')}"
|
||||
rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body class="error">
|
||||
|
|
Loading…
Add table
Reference in a new issue