fix mixed content
This commit is contained in:
parent
f7d564993c
commit
afc687c77f
1 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@
|
|||
<head>
|
||||
<title>Fedora People</title>
|
||||
<style type="text/css" media="screen">
|
||||
@import url("http://fedorapeople.org/userdefs/css/fedora.css");
|
||||
@import url("http://fedorapeople.org/userdefs/css/style.css");
|
||||
@import url("https://fedorapeople.org/userdefs/css/fedora.css");
|
||||
@import url("https//fedorapeople.org/userdefs/css/style.css");
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
|||
|
||||
<div id="wrapper">
|
||||
<div id="head">
|
||||
<h1><a href="http://fedoraproject.org/">Fedora</a></h1>
|
||||
<h1><a href="https://fedoraproject.org/">Fedora</a></h1>
|
||||
</div>
|
||||
<div id="sidebar">
|
||||
<div class="nav">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue