mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-14 11:26:24 +00:00
7b8fcb3285
* Add android build workflow
* Initial webview on tsx template
* Insert ReactJS app from local
* Add Android app icon by @red_purdy (#174)
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
Co-authored-by: RedPurdy <104675727+RedPurdy@users.noreply.github.com>
* Fix local reactjs
* Add setup guide. Bundled dev main.js
* Add react native tor
* Move Android CHANGELOG.md to /mobile
* Add torified webview in react-native (#247)
* Add android build workflow
* Android Tor Requests
* Fetching internal files (i18n)
* react-native-tor does not implement PUT
* Get Files from Tor
* Revert "Add android build workflow"
This reverts commit 340bcf8d1c
.
* Fix Rebase Removals
* External sources
* react-native-tor crashes
* Last Refactor
* Fix/revert setup guide
* Add /mobile as volume to npm-dev container
On the fully dockerized dev environment the npm process cannot save files outside of /frontend directory. Now it can also save the builds to /mobile
* Fix UsafeAlert
* Run prettier
* Run lint:fix
* Main Profile Image fix
* Remove Tor Requests limitation
Co-authored-by: Reckless_Satoshi <reckless.satoshi@protonmail.com>
Co-authored-by: RedPurdy <104675727+RedPurdy@users.noreply.github.com>
Co-authored-by: KoalaSat <yv1vtrul@duck.com>
54 lines
2.2 KiB
HTML
54 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
|
|
<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="css/fonts.css"/>
|
|
<link rel="stylesheet" type="text/css" href="css/loader.css"/>
|
|
<link rel="stylesheet" type="text/css" href="css/index.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> |