From 44d735d6ad983925641076d7648a3623ea05c77f Mon Sep 17 00:00:00 2001 From: Stone Tickle Date: Sat, 18 Mar 2023 07:10:07 -0400 Subject: [PATCH] add muon logo as icon --- build.sh | 2 +- deploy.sh | 2 +- index.html | 5 +++-- muon_logo.svg | 16 ++++++++++++++++ 4 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 muon_logo.svg diff --git a/build.sh b/build.sh index e3000c1..757a8e0 100755 --- a/build.sh +++ b/build.sh @@ -29,4 +29,4 @@ ninja -C "$build/muon" mkdir -p "$build/playground" -cp index.html main.js style.css "$build/muon/muon.js" "$build/muon/muon.wasm" "$build/playground" +cp index.html main.js style.css muon_logo.svg "$build/muon/muon.js" "$build/muon/muon.wasm" "$build/playground" diff --git a/deploy.sh b/deploy.sh index 6e05716..234876d 100755 --- a/deploy.sh +++ b/deploy.sh @@ -6,6 +6,6 @@ build="build" cd "$build/playground" rm -rf site.tar.gz -tar -cvz index.html main.js style.css muon.js muon.wasm > site.tar.gz +tar -cvz index.html main.js style.css muon_logo.svg muon.js muon.wasm > site.tar.gz hut pages publish -d play.muon.build site.tar.gz diff --git a/index.html b/index.html index c45ee2e..aeadfe4 100644 --- a/index.html +++ b/index.html @@ -3,9 +3,10 @@ + meson playground - +
@@ -45,7 +46,7 @@