Skip to content

Commit

Permalink
Fix #6 Use Origin Trial token
Browse files Browse the repository at this point in the history
  • Loading branch information
kiryuxxu committed Oct 4, 2016
1 parent 1cea6a9 commit b5f55ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/pio.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Origin Trial Token, feature = Web Bluetooth, origin = https://yukai.github.io, expires = 2016-11-14 -->
<meta http-equiv="origin-trial" data-feature="Web Bluetooth" data-expires="2016-11-14" content="An23O8fb8Y4hG5ZOIoOMKPxlMUrjSO5CxQlpZoA+YmN32x001EsnszOzYlnmD4xTtGzadmOaLI1b75IwBfVfcAsAAABaeyJvcmlnaW4iOiAiaHR0cHM6Ly95dWthaS5naXRodWIuaW86NDQzIiwgImZlYXR1cmUiOiAiV2ViQmx1ZXRvb3RoIiwgImV4cGlyeSI6IDE0NzkxNDczNzd9">
<title>PIO - konashi Web Bluetooth</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<script src="//code.jquery.com/jquery-2.2.0.min.js"></script>
Expand Down
2 changes: 2 additions & 0 deletions examples/pwm.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Origin Trial Token, feature = Web Bluetooth, origin = https://yukai.github.io, expires = 2016-11-14 -->
<meta http-equiv="origin-trial" data-feature="Web Bluetooth" data-expires="2016-11-14" content="An23O8fb8Y4hG5ZOIoOMKPxlMUrjSO5CxQlpZoA+YmN32x001EsnszOzYlnmD4xTtGzadmOaLI1b75IwBfVfcAsAAABaeyJvcmlnaW4iOiAiaHR0cHM6Ly95dWthaS5naXRodWIuaW86NDQzIiwgImZlYXR1cmUiOiAiV2ViQmx1ZXRvb3RoIiwgImV4cGlyeSI6IDE0NzkxNDczNzd9">
<title>PWM - konashi Web Bluetooth</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<script src="//code.jquery.com/jquery-2.2.0.min.js"></script>
Expand Down
3 changes: 3 additions & 0 deletions inspector/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="A front-end template that helps you build fast, modern mobile web apps.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<!-- https://developers.google.com/web/updates/2015/07/interact-with-ble-devices-on-the-web -->
<!-- Origin Trial Token, feature = Web Bluetooth, origin = https://yukai.github.io, expires = 2016-11-14 -->
<meta http-equiv="origin-trial" data-feature="Web Bluetooth" data-expires="2016-11-14" content="An23O8fb8Y4hG5ZOIoOMKPxlMUrjSO5CxQlpZoA+YmN32x001EsnszOzYlnmD4xTtGzadmOaLI1b75IwBfVfcAsAAABaeyJvcmlnaW4iOiAiaHR0cHM6Ly95dWthaS5naXRodWIuaW86NDQzIiwgImZlYXR1cmUiOiAiV2ViQmx1ZXRvb3RoIiwgImV4cGlyeSI6IDE0NzkxNDczNzd9">
<title>konashi inspector for Web</title>
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="//code.getmdl.io/1.2.1/material.cyan-light_blue.min.css">
Expand Down

0 comments on commit b5f55ca

Please sign in to comment.