aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJakob Stendahl <jakobste@uio.no>2021-01-11 21:40:16 +0100
committerJakob Stendahl <jakobste@uio.no>2021-01-11 21:40:16 +0100
commitadab47e51d27f5e45f0bc1ad00ed340423bcbebb (patch)
treea92d2a8d054774865ebe06346bd516a07e3d44bf /index.html
parent5503baa65102b47d8f2b07fc69b0ebad9507613c (diff)
downloadhoverbit-ble-adab47e51d27f5e45f0bc1ad00ed340423bcbebb.tar.gz
hoverbit-ble-adab47e51d27f5e45f0bc1ad00ed340423bcbebb.zip
:sparkles: Add manifest
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index a704871..83ee48c 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,9 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>HOVER:BIT Controller</title>
+ <link rel="canonical" rel="https://jakobst1n.github.io/hoverbit-ble/">
<link rel="stylesheet" type="text/css" href="styles.css">
+ <link rel="manifest" href="manifest.json" crossorigin="use-credentials">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script type="text/javascript" src="microbit.umd.js"></script>