From b3b8c6b2060b7773d1e6ca23b140a7244b195a59 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Mon, 24 Oct 2022 01:53:49 +0200 Subject: Client->Frontend: Create yew frontend skeleton We have replaced the client with a yew frontend. --- frontend/index.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 frontend/index.html (limited to 'frontend/index.html') diff --git a/frontend/index.html b/frontend/index.html new file mode 100644 index 0000000..79497a0 --- /dev/null +++ b/frontend/index.html @@ -0,0 +1,5 @@ + + + + + -- cgit 1.4.1