{formatDate(data.date)}
+{data.title}
+{data.author.name}
+{data.author.role}
+Loading content...
+ {/if} +diff --git a/new-web/src/lib/elements/ArticlePage.svelte b/new-web/src/lib/elements/ArticlePage.svelte
new file mode 100644
index 0000000..b78f40e
--- /dev/null
+++ b/new-web/src/lib/elements/ArticlePage.svelte
@@ -0,0 +1,164 @@
+
+
+ {formatDate(data.date)} {data.author.name} {data.author.role} Loading content...{data.title}
+
+
- The current opened link will be automatically attached to your report. + The current opened page will be automatically attached to your report.
diff --git a/new-web/src/lib/elements/UrlBox.svelte b/new-web/src/lib/elements/UrlBox.svelte index bced9b0..dbd1856 100644 --- a/new-web/src/lib/elements/UrlBox.svelte +++ b/new-web/src/lib/elements/UrlBox.svelte @@ -1,9 +1,10 @@ diff --git a/new-web/src/routes/+error.svelte b/new-web/src/routes/+error.svelte new file mode 100644 index 0000000..010144c --- /dev/null +++ b/new-web/src/routes/+error.svelte @@ -0,0 +1,5 @@ + + +{formatDate(data.date)}
-{data.author.name}
-{data.author.role}
-Loading content...
- {/if} -