summaryrefslogtreecommitdiff
path: root/legacy/website-instructions/bedrockconnect/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/website-instructions/bedrockconnect/src/index.html')
-rw-r--r--legacy/website-instructions/bedrockconnect/src/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/legacy/website-instructions/bedrockconnect/src/index.html b/legacy/website-instructions/bedrockconnect/src/index.html
new file mode 100644
index 0000000..52b1465
--- /dev/null
+++ b/legacy/website-instructions/bedrockconnect/src/index.html
@@ -0,0 +1,15 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title>Bedrockconnect</title>
+ <base href="/">
+
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="icon" type="image/x-icon" href="favicon.ico">
+ <link href="https://fonts.googleapis.com/css?family=Abel&display=swap" rel="stylesheet">
+</head>
+<body>
+ <app-root></app-root>
+</body>
+</html>