From 53ca7e8ddf1892b47d1c249da48790c19590137c Mon Sep 17 00:00:00 2001 From: Noelle Calliope <1581674+mekanoe@users.noreply.github.com> Date: Sun, 1 Oct 2023 01:58:35 -0400 Subject: [PATCH] fix index --- html/001-platform-provenance.js | 6 +++--- html/basic-plane.html | 22 ---------------------- html/index.html | 4 +--- html/{ => lib}/basic-plane.js | 0 html/{ => lib}/platform.js | 0 html/{ => lib}/shader.js | 0 html/shader.html | 22 ---------------------- 7 files changed, 4 insertions(+), 50 deletions(-) delete mode 100644 html/basic-plane.html rename html/{ => lib}/basic-plane.js (100%) rename html/{ => lib}/platform.js (100%) rename html/{ => lib}/shader.js (100%) delete mode 100644 html/shader.html diff --git a/html/001-platform-provenance.js b/html/001-platform-provenance.js index 916b972..805c9e9 100644 --- a/html/001-platform-provenance.js +++ b/html/001-platform-provenance.js @@ -1,6 +1,6 @@ -import { main } from "./platform.js"; -import { Shader } from "./shader.js"; -import { BasicPlane } from "./basic-plane.js"; +import { main } from "./lib/platform.js"; +import { Shader } from "./lib/shader.js"; +import { BasicPlane } from "./lib/basic-plane.js"; main((gl, core) => { const shader = new Shader(gl) diff --git a/html/basic-plane.html b/html/basic-plane.html deleted file mode 100644 index 560e4e9..0000000 --- a/html/basic-plane.html +++ /dev/null @@ -1,22 +0,0 @@ - - -