mirror of
https://github.com/Luzifer/qrdisplay.git
synced 2024-12-22 20:31:18 +00:00
Load scripts using https if required
This commit is contained in:
parent
064b75b29a
commit
a48ce589c8
1 changed files with 3 additions and 3 deletions
|
@ -3,15 +3,15 @@
|
|||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<title>QRDisplay on GitHub</title>
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
|
||||
<script src="jquery-qrcode/jquery.qrcode.min.js"></script>
|
||||
<script src="application.js"></script>
|
||||
<link rel="stylesheet" href="style.css" type="text/css" />
|
||||
<!-- Social media sharing crap... -->
|
||||
<meta property="og:title" content="QRDisplay on GitHub" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="http://luzifer.github.io/qrdisplay/" />
|
||||
<meta property="og:image" content="http://luzifer.github.io/qrdisplay/ogimage.png" />
|
||||
<meta property="og:url" content="https://luzifer.github.io/qrdisplay/" />
|
||||
<meta property="og:image" content="https://luzifer.github.io/qrdisplay/ogimage.png" />
|
||||
<meta name="description" content="A tiny interface to generate a QRCode in the browser for direct usage...">
|
||||
<!-- No more sharing crap here... ;) -->
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue