mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 10:56:24 +00:00
55 lines
2.3 KiB
HTML
55 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
|
<meta name="description" content="A simple and private way to exchange bitcoin for national currencies. Robosats simplifies the peer-to-peer user experience and uses lightning hold invoices to minimize custody and trust requirements. No user registration required.">
|
|
|
|
<title>RoboSats - Simple and Private Bitcoin Exchange</title>
|
|
|
|
<link rel="stylesheet" href="css/fonts.css"/>
|
|
<link rel="stylesheet" type="text/css" href="css/loader.css"/>
|
|
<link rel="stylesheet" type="text/css" href="css/index.css"/>
|
|
<link rel="stylesheet" type="text/css" href="css/leaflet.css"/>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<div>
|
|
This site requires JavaScript. This message is only visible if you have it disabled. <br/><br/>
|
|
If you are using TOR browser set the "Security Level" to "Standard". If you keep seeing this message clear cache and storage of TOR browser app and retry.<br/><br/>
|
|
If the problem persists, ask for support in the RoboSats telegram group<a href="https://t.me/robosats"> (t.me/robosats)</a>
|
|
</div>
|
|
</noscript>
|
|
<div id="main">
|
|
<div id="app">
|
|
<div class="loaderCenter">
|
|
<div class="loaderSpinner"></div>
|
|
<div class="content-slider">
|
|
<div class="slider">
|
|
<div class="mask">
|
|
<ul>
|
|
<li class="anim1">
|
|
<div class="quote">Looking for robot parts ...</div>
|
|
</li>
|
|
<li class="anim2">
|
|
<div class="quote">Adding layers to the onion ...</div>
|
|
</li>
|
|
<li class="anim3">
|
|
<div class="quote">Winning at game theory ...</div>
|
|
</li>
|
|
<li class="anim4">
|
|
<div class="quote">Moving Sats at light speed ...</div>
|
|
</li>
|
|
<li class="anim5">
|
|
<div class="quote">Hiding in 2^256 bits of entropy...</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="js/main.js"></script>
|
|
</body>
|
|
</html> |