mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
0e115e06b1
refactor webpacks
63 lines
2.7 KiB
HTML
63 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
|
|
<link rel="shortcut icon" href="/static/assets/images/favicon-96x96.png" />
|
|
<link rel="icon" type="image/png" href="/static/assets/images/favicon-32x32.png" sizes="32x32">
|
|
<link rel="icon" type="image/png" href="/static/assets/images/favicon-96x96.png" sizes="96x96">
|
|
<link rel="icon" type="image/png" href="/static/assets/images/favicon-192x192.png" sizes="192x192">
|
|
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<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="/static/css/fonts.css"/>
|
|
<link rel="stylesheet" type="text/css" href="/static/css/loader.css"/>
|
|
<link rel="stylesheet" type="text/css" href="/static/css/index.css"/>
|
|
<link rel="stylesheet" type="text/css" href="/static/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>
|
|
window.RobosatsSettings = 'web-basic'
|
|
</script>
|
|
<script src="/static/frontend/main.js"></script>
|
|
</body>
|
|
</html> |