Skip to content

Commit c771962

Browse files
committed
Use the newer version, hosted on github.io
This permit to avoid using cloudflare, and allow to reuse existing connections to github servers (so avoid new TLS and 3 way handshake that could slowdown the website).
1 parent 889f8ef commit c771962

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="copyright" content="&copy; 2018 Red Hat, Inc." />
99
<title>Red Hat Official GitHub</title>
1010
<link rel="icon" type="image/png" href="https://static.redhat.com/libs/redhat/brand-assets/2/corp/favicon.png" />
11-
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css"/>
11+
<link rel="stylesheet" type="text/css" href="https://necolas.github.io/normalize.css/8.0.1/normalize.css"/>
1212
<link rel="stylesheet" type="text/css" href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" integrity="sha384-3AB7yXWz4OeoZcPbieVW64vVXEwADiYyAEhwilzWsLw+9FgqpyjjStpPnpBO8o8S" crossorigin="anonymous"/>
1313
</head>
1414
<body ng-controller="rhGitHubCtrl">

0 commit comments

Comments
 (0)