Archived
1
0

ref -> rel

This commit is contained in:
jeff 2015-10-29 08:16:17 -04:00
parent 086eec72d8
commit e82058d961
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>