diff --git a/public/index.html b/public/index.html index 7fcdd28..7574bfa 100755 --- a/public/index.html +++ b/public/index.html @@ -1,3 +1,13 @@ + + + + + CodePen - MycoSystems Redesign + + + + +

Myco.Systems

@@ -39,4 +49,9 @@ \ No newline at end of file + + + + + + diff --git a/public/script.js b/public/script.js index 8a97093..9cf21cc 100755 --- a/public/script.js +++ b/public/script.js @@ -418,4 +418,4 @@ function onWindowResize() { camera.updateProjectionMatrix(); renderer.setSize(innerWidth, innerHeight); labelRenderer.setSize(innerWidth, innerHeight); -} +} \ No newline at end of file diff --git a/public/style.css b/public/style.css index 2d1913d..bab9133 100755 --- a/public/style.css +++ b/public/style.css @@ -276,4 +276,4 @@ button { padding: 4px; border-radius: 4px; font-size: 14px; -} +} \ No newline at end of file