2022-01-31 15:05:52 +00:00
<!DOCTYPE html>
< html >
< head >
< meta http-equiv = "onion-location" content = "{{ ONION_LOCATION }}" / >
2022-02-11 09:12:19 +00:00
< 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" >
2022-01-31 15:05:52 +00:00
< meta charset = "UTF-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > RoboSats - Simple and Private Bitcoin Exchange< / title >
2022-01-01 23:58:44 +00:00
{% load static %}
2022-03-01 20:41:29 +00:00
< link rel = "stylesheet" href = "{% static " css / fonts . css " % } " / >
< link rel = "stylesheet" type = "text/css" href = "{% static " css / index . css " % } " / >
2022-01-31 15:05:52 +00:00
< / head >
< body >
2022-02-19 23:21:55 +00:00
< 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 >
2022-01-31 15:05:52 +00:00
< div id = "main" >
< div id = "app" > < / div >
< / div >
< script src = "{% static " frontend / main . js " % } " > < / script >
< / body >
< / html >