diff --git a/browse/extensions/index.html b/browse/extensions/index.html index dfb63c7..2f0aae2 100644 --- a/browse/extensions/index.html +++ b/browse/extensions/index.html @@ -1,182 +1,427 @@ - - - - - - - - + + + + + + + + + + + + + + + + + + +
+
+
+
+ + + + + +
+
+
+ + +
+ +
+
+
Navigation
+ +
+
+ +
+
+ + + + +
+
+
+

+ +

+

+ +

+
+
+ +
+
+
+
+

+ + + +

+

+ + + + + +

+ + + +
+
+
+
+
+ +
+ +
+ + + +
+ + + +
+ + + + +
+ + + + + +
+
+ +
+
+
+ + + +
+ +
+ +
+
+

+ Become part of Blueprint's Discord community and be one of the first to get notified about new extension releases and framework updates. +

+ Join the community + Close +
+
+ + + + + - + fetch("https://api.blueprintframe.work/api/extensions/"+extension_id) + .then((response) => response.json()) + .then((data) => { + displayProduct(data); + }); + + window.addEventListener('hashchange', () => { + window.location.reload(); + }); + + \ No newline at end of file