realm-object-server
Version:
46 lines (45 loc) • 1.76 kB
HTML
<html>
<head>
<title>Realm Object Server</title>
<link rel="stylesheet" type="text/css" href="/styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<section class="Welcome">
<h1 class="Welcome__Title">Realm Object Server</h1>
<img class="Welcome__Logo" src="/images/ros-logo.svg" />
<a class="button button--secondary"
href="https://docs.realm.io/platform/">
Read the friendly manual
</a>
<section class="Welcome__Studio">
<h2 class="Welcome__SubTitle">
Download and connect with Realm Studio for
</h2>
<section class="Welcome__Studio__Download">
<a class="Welcome__Studio__Platform"
href="https://studio-releases.realm.io/latest/download/mac-dmg">
<img class="Welcome__Studio__Logo" src="/images/apple-logo.svg" />
<button class="Welcome__Studio__Button" tabindex="-1">
Mac
</button>
</a>
<a class="Welcome__Studio__Platform"
href="https://studio-releases.realm.io/latest/download/linux-appimage">
<img class="Welcome__Studio__Logo" src="/images/linux-logo.svg" />
<button class="Welcome__Studio__Button" tabindex="-1">
Linux
</button>
</a>
<a class="Welcome__Studio__Platform"
href="https://studio-releases.realm.io/latest/download/win-setup">
<img class="Welcome__Studio__Logo" src="/images/windows-logo.svg" />
<button class="Welcome__Studio__Button" tabindex="-1">
Windows
</button>
</a>
</section>
</section>
</section>
</body>
</html>