diff options
author | Signal Linden <signal@lindenlab.com> | 2022-11-18 14:22:49 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-18 14:22:49 -0800 |
commit | 783926e124a96414443dfb9dcb5229e698ef29e7 (patch) | |
tree | 35516f45ff0c25718e9fc08ee760ba447222ec7e /README.md | |
parent | f7f163f01028cd8cb2b8b415e39756250a4c6fef (diff) | |
parent | ee37ea4aa751de128ce51f59260716d8ee8ee6ed (diff) |
Merge pull request #1 from FelixWolf/CZ-1
Various repo fixes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,8 @@ -![Second Life Logo](doc/sl-logo.png) +<picture> + <source media="(prefers-color-scheme: dark)" srcset="doc/sl-logo-dark.png"> + <source media="(prefers-color-scheme: light)" srcset="doc/sl-logo.png"> + <img alt="Second Life Logo" src="doc/sl-logo.png"> +</picture> **[Second Life][] is a free 3D virtual world where users can create, connect and chat with others from around the world.** This repository contains the source code for the official client. |