diff --git a/example/assets/logo.png b/example/assets/logo.png new file mode 100644 index 0000000..780eb4e Binary files /dev/null and b/example/assets/logo.png differ diff --git a/example/assets/logo.svg b/example/assets/logo.svg new file mode 100644 index 0000000..7bcbd03 --- /dev/null +++ b/example/assets/logo.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/example/assets/style.css b/example/assets/style.css new file mode 100644 index 0000000..4351a71 --- /dev/null +++ b/example/assets/style.css @@ -0,0 +1,29 @@ +:root { + --primary: #6839dc; + --light-primary: #ea23cf; + --secondary: #872eff; + --light-secondary: #ce7df2; + --red: red; + --black: #424280; + --white: #fdfdfd; + --dark-gray: #343334; + --gray: #ecf7ff47; + --light-gray: #efefef; + --lighter-gray: #e4e2fb96; + --font-sans-serif: system-ui, -apple-system, segoe ui, roboto, ubuntu, helvetica, cantarell, noto sans, sans-serif; + --font-monospace: menlo, monaco, lucida console, liberation mono, dejavu sans mono, bitstream vera sans mono, courier new, monospace, serif; + --border-radius: 0.2rem; +} + +.small{ + font-size:12px; +} + +textarea, select, input { + background: linear-gradient( var(--lighter-gray), var(--gray) ) !important; +} + +.title { + border-bottom: 2px solid var(--secondary); + padding-bottom: 20px; +} diff --git a/example/explorer.html b/example/explorer.html index ea78d6f..faeb809 100644 --- a/example/explorer.html +++ b/example/explorer.html @@ -1,6 +1,7 @@ + @@ -40,7 +41,10 @@
-

XR Fragments

+

+ + explorer +

@@ -96,7 +100,7 @@ - +

ps1. you can test BROWSER_OVERRIDE-enabled fragments (#t=1,200 or #fog=2m|FFAABB e.g.) by updating the url

ps2. see the documentation here