From 6d4a9c797edf2bbb75cea6afef109cb457c52641 Mon Sep 17 00:00:00 2001 From: MetaMuffin Date: Mon, 2 Aug 2021 10:34:36 +0200 Subject: initial commit --- public/css/master.css | 0 public/favicon.ico | Bin 0 -> 318 bytes public/index.html | 28 ++++++++++++++++++++++++++++ public/mkassets.sh | 7 +++++++ 4 files changed, 35 insertions(+) create mode 100644 public/css/master.css create mode 100644 public/favicon.ico create mode 100644 public/index.html create mode 100755 public/mkassets.sh (limited to 'public') diff --git a/public/css/master.css b/public/css/master.css new file mode 100644 index 0000000..e69de29 diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..8426ab0 Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..92adc49 --- /dev/null +++ b/public/index.html @@ -0,0 +1,28 @@ + + + + + + + + + webrtc test + + + + +
+ + +
+
+ + +
+ + diff --git a/public/mkassets.sh b/public/mkassets.sh new file mode 100755 index 0000000..2e89d3b --- /dev/null +++ b/public/mkassets.sh @@ -0,0 +1,7 @@ +#!/bin/sh +pushd . +cd $(dirname $0) +convert -size 256x256 -define gradient:radii=64,64 radial-gradient:white-black assets/light.png +convert -size 256x256 xc:white -fill black -stroke black -draw "rectangle 64,64 192,192" -rotate 45 -blur 40x40 assets/void.png + +popd \ No newline at end of file -- cgit v1.3