ref -> rel
This commit is contained in:
parent
086eec72d8
commit
e82058d961
@ -1,6 +1,6 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link ref="stylesheet" href="{{prefix}}static/site.css" />
|
<link rel="stylesheet" href="{{prefix}}static/site.css" />
|
||||||
<link rel="stylesheet" href="{{prefix}}static/user.css" />
|
<link rel="stylesheet" href="{{prefix}}static/user.css" />
|
||||||
<title>login</title>
|
<title>login</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
}}
|
}}
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link ref="stylesheet" href="{{prefix}}static/site.css" />
|
<link rel="stylesheet" href="{{prefix}}static/site.css" />
|
||||||
<link rel="stylesheet" href="{{prefix}}static/user.css" />
|
<link rel="stylesheet" href="{{prefix}}static/user.css" />
|
||||||
<meta http-equiv="refresh" content="1; {{mod_prefix}}"></meta>
|
<meta http-equiv="refresh" content="1; {{mod_prefix}}"></meta>
|
||||||
<title>login</title>
|
<title>login</title>
|
||||||
|
Reference in New Issue
Block a user