Skip to content

Commit

Permalink
using https for all CDNs
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Dec 13, 2017
1 parent 395cac5 commit b139c0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<title>Tiny Toast</title>

<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>

<style>
html, body,
Expand Down Expand Up @@ -227,7 +227,7 @@
<script src="toast.min.js"></script>

<link rel="stylesheet" href="lib/tomorrow%20night.css" />
<script src="http://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.js"></script>
</head>
<body>
<a href='https://github.com/catdad/tiny.toast' id='forkRibbon'>Fork me on GitHub</a>
Expand Down

0 comments on commit b139c0c

Please sign in to comment.