Skip to content

Instantly share code, notes, and snippets.

@hutch120
Created September 28, 2017 00:26
Show Gist options
  • Save hutch120/f371c8e5a5c3cbbe7b6d7b6f91fa0b4b to your computer and use it in GitHub Desktop.
Save hutch120/f371c8e5a5c3cbbe7b6d7b6f91fa0b4b to your computer and use it in GitHub Desktop.
Blue2 BLETest
<!DOCTYPE html>
<html lang="en">
<head>
<title>BLE Demo</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://code.getmdl.io/1.3.0/material.grey-light_blue.min.css" rel="stylesheet" />
<style>
#file {
display: none
}
body {
padding: 20px;
}
#file-upload-input {
padding-top: 10px;
padding-bottom: 10px;
}
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.4/lodash.min.js" type="text/javascript" defer></script>
<script src="https://code.getmdl.io/1.3.0/material.min.js" type="text/javascript" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" type="text/javascript" defer></script>
</head>
<body>
<div class="mdl-typography--headline">BLE Demo</div>
<script>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment