From 66dc4cae4cd37e82d773dc30be046d82d380ec4d Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sun, 26 Jan 2020 16:33:43 +0100 Subject: Add skeleton for topic Tested with VoiceOver --- app/components/topic/topic.svelte | 61 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 app/components/topic/topic.svelte (limited to 'app/components/topic/topic.svelte') diff --git a/app/components/topic/topic.svelte b/app/components/topic/topic.svelte new file mode 100644 index 0000000..367a5b8 --- /dev/null +++ b/app/components/topic/topic.svelte @@ -0,0 +1,61 @@ + + +
+

This is a post in the forum.

+ + + +
+

This is a main topic in the forum. Does that abstraction still even make sense?

+

Is this really it??

+

This might all be fake but at least the links look purple when visited

+
+
+ +
+

It's just how it is...

+
+
+
+ + -- cgit