Welcome to
Zuzana Riha Art
+
${this.__lines.map(line => html`${line}
`)}
+
+
+
+
`;
diff --git a/src/components/virtual-tour/index.js b/src/components/virtual-tour/index.js
new file mode 100644
index 0000000..76a936f
--- /dev/null
+++ b/src/components/virtual-tour/index.js
@@ -0,0 +1,58 @@
+/**
+* @license
+* Copyright (c) Zev Isert, All rights reserved
+* This code is used under the licence available at https://github.com/zevisert/zuzi-site/LICENCE.txt
+*/
+
+import { html } from '@polymer/lit-element';
+import { PageViewElement } from '../page-view-element.js';
+
+// These are the shared styles needed by this element.
+import { SharedStyles } from '../shared-styles.js';
+
+class Virtual extends PageViewElement {
+
+ static get is() { return 'virtual-tour-page'; }
+
+ render() {
+ return html`
+ ${SharedStyles}
+
+