explicitly use css from webroot in homepage
This commit is contained in:
parent
a597d631b0
commit
5a3648ba01
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="/style.css">
|
||||||
<meta http-equiv="Content-Language" content="th">
|
<meta http-equiv="Content-Language" content="th">
|
||||||
<meta http-equiv="content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta http-equiv="Cache-Control" content="no-cache">
|
<meta http-equiv="Cache-Control" content="no-cache">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue