Skip to content

Commit

Permalink
Fix HTTPS request server
Browse files Browse the repository at this point in the history
  • Loading branch information
kenvilar committed Dec 8, 2017
1 parent 000a3dd commit c0bfcef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<head>
<meta charset="UTF-8">
<title>Dice Game</title>
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,600" rel="stylesheet" type="text/css">
<link href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Lato:100,300,600" rel="stylesheet" type="text/css">
<link href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet" type="text/css">
<link href="./style.css" rel="stylesheet" type="text/css">
<meta property="fb:admins" content="XXXXXXXXX-fb-admin-id"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:title" content="Ken Vilar - Dice Game"/>
<meta property="og:description" content="A simple dice game using pure JavaScript"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://github.com/kenvilar/dice-game"/>
<meta property="og:image" content="https://raw.githubusercontent.com/kenvilar/dice-game/master/dice.png"/>
<meta property="og:url" content="//github.com/kenvilar/dice-game"/>
<meta property="og:image" content="//raw.githubusercontent.com/kenvilar/dice-game/master/dice.png"/>
<meta property="og:image:width" content="200"/>
<meta property="og:image:height" content="200"/>
</head>
Expand Down

0 comments on commit c0bfcef

Please sign in to comment.