File tree 3 files changed +3
-3
lines changed
BlogEngine/BlogEngine.NET 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
<head id="Head1" runat="server">
7
7
<title>Account Login</title>
8
8
<meta name="description" content="Account Login Membership User Password" />
9
- <link href='http ://fonts.googleapis.com/css?family=Roboto:400,500' rel='stylesheet' type='text/css'>
9
+ <link href='https ://fonts.googleapis.com/css?family=Roboto:400,500' rel='stylesheet' type='text/css'>
10
10
<link href="account.css" rel="stylesheet" />
11
11
<script src="../Scripts/jquery-2.1.4.min.js"></script>
12
12
<script type="text/javascript" src="account.js"></script>
Original file line number Diff line number Diff line change 24
24
<html data-ng-app =" blogAdmin" >
25
25
<head >
26
26
<meta charset =" utf-8" />
27
- <link href =' http ://fonts.googleapis.com/css?family=Roboto:300,400,500' rel =' stylesheet' type =' text/css' >
27
+ <link href =' https ://fonts.googleapis.com/css?family=Roboto:300,400,500' rel =' stylesheet' type =' text/css' >
28
28
@Styles.Render( "~/Content/admincss")
29
29
<link href =" ~/admin/themes/standard/css/styles.css" rel =" stylesheet" type =" text/css" />
30
30
<script type =" text/javascript" >
Original file line number Diff line number Diff line change 24
24
<meta http-equiv =" X-UA-Compatible" content =" IE=edge" >
25
25
<meta name =" viewport" content =" width=device-width, initial-scale=1, user-scalable=no" >
26
26
<title >@BlogSettings.Instance.Name (@Security.CurrentMembershipUser.UserName) </title >
27
- <link href =" http ://fonts.googleapis.com/css?family=Roboto:400,500,700" rel =" stylesheet" >
27
+ <link href =" https ://fonts.googleapis.com/css?family=Roboto:400,500,700" rel =" stylesheet" >
28
28
@Styles.Render( "~/Content/admincss")
29
29
<link href =" ~/admin/themes/standard/css/styles.css?ver=4" rel =" stylesheet" >
30
30
<link rel =" shortcut icon" href =" @Href(Utils.ApplicationRelativeWebRoot + " Content /images /blog /blogengine.ico " )" type =" image/x-icon" />
You can’t perform that action at this time.
0 commit comments