diff --git a/gluworld/index.html b/gluworld/index.html
index 7376b72..b33fc2a 100644
--- a/gluworld/index.html
+++ b/gluworld/index.html
@@ -6,23 +6,28 @@
Gluworld
-
+
Gluon
- built with
+ built with
running on
- Chromium
-
- V8
+
+
+
+
+
+
+ Build Size
+
Node
- V8
+
V8
@@ -59,7 +64,7 @@
font-size: 34px;
}
- h1 > code, h2 > span > code {
+ h1 > code, h2 > p > code {
margin-left: 8px;
}
@@ -68,7 +73,7 @@
font-size: 28px;
}
- h2 > span, h2 > span > code {
+ h2 > p, h2 > p > code {
font-weight: 600;
font-size: 18px;
color: #bbb;
@@ -83,18 +88,49 @@
#versions {
display: flex;
justify-content: space-around;
+ align-items: center;
width: 100%;
}
+
+ #build, #built_with {
+ display: none;
+ }
-