From 130a30756962cc013e686e2671f92e97b88e7c1b Mon Sep 17 00:00:00 2001 From: kaotisk Date: Tue, 12 Nov 2024 07:44:56 +0200 Subject: HTML migrated to Generator JSON format --- client/js/ui/footer.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 client/js/ui/footer.js (limited to 'client/js/ui/footer.js') diff --git a/client/js/ui/footer.js b/client/js/ui/footer.js new file mode 100644 index 0000000..9f6cb26 --- /dev/null +++ b/client/js/ui/footer.js @@ -0,0 +1,16 @@ +// Arching Kaos RSE ui/footer.js +// +// Kaotisk Hund - 2024 +// +// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL v3.0 +// +var pageLayout = document.querySelector('#page-layout'); + +var footer = { + element:"div", + className:"footer" +}; + +makeElement(footer, pageLayout); + +// @license-end -- cgit v1.2.3