switch to protocol-relative URL for fonts
This commit is contained in:
parent
51a2a4ae8a
commit
e2d6c4eda7
|
@ -3,7 +3,7 @@
|
||||||
<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>Online Demo - Cppcheck</title>
|
<title>Online Demo - Cppcheck</title>
|
||||||
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Orbitron&text=Cppcheck" />
|
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Orbitron&text=Cppcheck" />
|
||||||
<link rel="stylesheet" type="text/css" href="/site/css/all.min.css" />
|
<link rel="stylesheet" type="text/css" href="/site/css/all.min.css" />
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
|
@ -62,7 +62,7 @@
|
||||||
<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>Online Demo Report - Cppcheck</title>
|
<title>Online Demo Report - Cppcheck</title>
|
||||||
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Orbitron&text=Cppcheck" />
|
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Orbitron&text=Cppcheck" />
|
||||||
<link rel="stylesheet" type="text/css" href="/site/css/all.min.css" />
|
<link rel="stylesheet" type="text/css" href="/site/css/all.min.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="/site/css/geshi.min.css" />
|
<link rel="stylesheet" type="text/css" href="/site/css/geshi.min.css" />
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<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>Developer Information - Cppcheck</title>
|
<title>Developer Information - Cppcheck</title>
|
||||||
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Orbitron&text=Cppcheck" />
|
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Orbitron&text=Cppcheck" />
|
||||||
<link rel="stylesheet" type="text/css" href="/site/css/all.min.css" />
|
<link rel="stylesheet" type="text/css" href="/site/css/all.min.css" />
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
||||||
<link rel="alternate" type="application/atom+xml" title="Recent Commits to cppcheck:master"
|
<link rel="alternate" type="application/atom+xml" title="Recent Commits to cppcheck:master"
|
||||||
|
|
|
@ -9,7 +9,7 @@ goal is no false positives." />
|
||||||
code, errors, bugs, compilers, bounds checking, memory leaks, obsolete functions,
|
code, errors, bugs, compilers, bounds checking, memory leaks, obsolete functions,
|
||||||
uninitialized variables, unused functions" />
|
uninitialized variables, unused functions" />
|
||||||
<title>Cppcheck - A tool for static C/C++ code analysis</title>
|
<title>Cppcheck - A tool for static C/C++ code analysis</title>
|
||||||
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Orbitron&text=Cppcheck" />
|
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Orbitron&text=Cppcheck" />
|
||||||
<link rel="stylesheet" type="text/css" href="/site/css/all.min.css" />
|
<link rel="stylesheet" type="text/css" href="/site/css/all.min.css" />
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
||||||
<link rel="alternate" type="application/rss+xml" title="Project News"
|
<link rel="alternate" type="application/rss+xml" title="Project News"
|
||||||
|
|
Loading…
Reference in New Issue