|
3 | 3 |
|
4 | 4 | SPDX-License-Identifier: MIT |
5 | 5 | --> |
6 | | -<!DOCTYPE html> |
7 | | -<html lang="en" style="height: 100%;"> |
| 6 | +<!doctype html> |
| 7 | +<html lang="en" style="height: 100%"> |
8 | 8 | <head> |
9 | | - <meta charset="utf-8"> |
10 | | - <meta name="viewport" content="width=device-width,initial-scale=1"> |
| 9 | + <meta charset="utf-8" /> |
| 10 | + <meta name="viewport" content="width=device-width,initial-scale=1" /> |
11 | 11 |
|
12 | 12 | <title>micro:bit machine learning tool</title> |
| 13 | + <meta |
| 14 | + property="og:title" |
| 15 | + content="machine learning tool - BBC micro:bit - the next gen" /> |
| 16 | + <link rel="canonical" href="%VITE_FULL_URL%" /> |
| 17 | + <meta property="og:url" content="%VITE_FULL_URL%" /> |
| 18 | + <meta name="twitter:card" content="summary_large_image" /> |
| 19 | + <meta name="twitter:site" content="@microbit_edu" /> |
| 20 | + <meta |
| 21 | + name="description" |
| 22 | + content="Use our free machine learning tool as part of BBC micro:bit - the next gen's playground survey investigation. Explore machine learning, by training a computer model with your own data, then testing it to see if it works." /> |
| 23 | + <meta |
| 24 | + property="og:description" |
| 25 | + content="Use your own movement data to train a computer model - part of our playground survey" /> |
| 26 | + <meta property="og:image" content="%VITE_FULL_URL%social.jpg" /> |
13 | 27 |
|
14 | 28 | <link rel="icon" type="image/png" href="/imgs/favicon.png" /> |
15 | 29 | <link rel="stylesheet" href="/css/global.css" /> |
16 | 30 | <link rel="stylesheet" href="/css/all.min.css" /> |
17 | 31 |
|
18 | | - <script |
19 | | - src="https://shared-assets.microbit.org/common/v1/common.js" |
20 | | - async |
21 | | - ></script> |
22 | | - <link |
23 | | - rel="stylesheet" |
24 | | - href="https://shared-assets.microbit.org/common/v1/main.css" |
25 | | - /> |
| 32 | + <script src="https://shared-assets.microbit.org/common/v1/common.js" async></script> |
| 33 | + <link rel="stylesheet" href="https://shared-assets.microbit.org/common/v1/main.css" /> |
26 | 34 | <script> |
27 | 35 | // GA config itself is via the common assets config depending on consent. |
28 | 36 | window.dataLayer = window.dataLayer || []; |
29 | 37 | window.gtag = |
30 | 38 | window.gtag || |
31 | | - function() { |
| 39 | + function () { |
32 | 40 | window.dataLayer.push(arguments); |
33 | 41 | }; |
34 | 42 | </script> |
35 | 43 | <script type="module" src="/src/main.ts"></script> |
36 | 44 | </head> |
37 | 45 |
|
38 | | - <body style="overscroll-behavior-y: none; height: 100%;"> |
39 | | - |
40 | | - </body> |
| 46 | + <body style="overscroll-behavior-y: none; height: 100%"></body> |
41 | 47 | </html> |
0 commit comments