From 851df8da147c16c1e5e8c22cb659f5f9a5cfbc96 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 23 Nov 2023 08:13:33 +0100 Subject: [PATCH] refactor(site): footer content and structure --- site/src/components/my-footer.html | 7 +------ site/src/pages/index.html | 6 +++++- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/site/src/components/my-footer.html b/site/src/components/my-footer.html index 8063ddb..b9461db 100644 --- a/site/src/components/my-footer.html +++ b/site/src/components/my-footer.html @@ -1,9 +1,4 @@ diff --git a/site/src/pages/index.html b/site/src/pages/index.html index e876a43..0fd479c 100644 --- a/site/src/pages/index.html +++ b/site/src/pages/index.html @@ -33,7 +33,7 @@ provides zero-dependency, ~600 Bytes (minified & gzipped), JS base class for creating reactive custom elements easily.

- +

When you extend the WebComponent class for your component, you only have to define the template and properties. Any change in any property value @@ -61,6 +61,10 @@ customElements.define("my-counter", Counter); + + This site is built with + McFly, the no-framework framework +
A project by {{ author.name }}