Fix CSS link protocol

master
kts of kettek (nanomo) 2018-08-09 00:46:20 -07:00
parent a491ae81d1
commit a7589eabcd
1 changed files with 2 additions and 2 deletions

View File

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