mirror of
https://github.com/RoboSats/robosats.git
synced 2025-08-01 16:31:40 +00:00
31 lines
1.4 KiB
HTML
31 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="onion-location" content="{{ ONION_LOCATION }}" />
|
|
<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" />
|
|
<title>RoboSats - Simple and Private Bitcoin Exchange</title>
|
|
{% load static %}
|
|
<link rel="stylesheet" href="{% static "css/fonts.css" %}"/>
|
|
<link rel="stylesheet" type="text/css" href="{% static "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>
|
|
</div>
|
|
|
|
<script src="{% static "frontend/main.js" %}"></script>
|
|
</body>
|
|
</html> |