Fix CSS link protocol
parent
a491ae81d1
commit
a7589eabcd
|
@ -3,10 +3,10 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||||
<title>kettek @@PAGE@@</title>
|
<title>kettek @@PAGE@@</title>
|
||||||
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,700,400italic,700italic' rel='stylesheet' type='text/css'>
|
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,700,400italic,700italic' rel='stylesheet' type='text/css'>
|
||||||
<link href='https://fonts.googleapis.com/css?family=Montserrat:700' rel='stylesheet' type='text/css'>
|
<link href='https://fonts.googleapis.com/css?family=Montserrat:700' rel='stylesheet' type='text/css'>
|
||||||
<link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
|
<link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
|
||||||
<link rel="stylesheet" type="text/css" href="//cloud.github.com/downloads/lafeber/world-flags-sprite/flags16.css" />
|
<link rel="stylesheet" type="text/css" href="//github.com/downloads/lafeber/world-flags-sprite/flags16.css" />
|
||||||
<script type="text/javascript" src="/js/Walker.js"></script>
|
<script type="text/javascript" src="/js/Walker.js"></script>
|
||||||
<script type="text/javascript" src="/js/img2popup.js"></script>
|
<script type="text/javascript" src="/js/img2popup.js"></script>
|
||||||
<script type="text/javascript" src="/js/history.js"></script>
|
<script type="text/javascript" src="/js/history.js"></script>
|
||||||
|
|
Loading…
Reference in New Issue