diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2022-12-07 10:47:14 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2022-12-07 10:47:14 -0500 |
commit | 6ef3df54b3ff0dcfed3000819209a7633e53a32b (patch) | |
tree | 73ed71440562d1b272672793b7bb0727001bd5d0 /README.md | |
parent | 590e158cf36b6e6fca07f54837db084fe8a163c6 (diff) | |
parent | 59b826e66e658d9d9a4f19dcabdccbc79ec3590c (diff) |
SL-18330: Merge 'contribute' of secondlife/viewer into sl-18330
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,8 @@ - +<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. |