mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-18 02:44:01 +00:00
Added TOR mirror link
This commit is contained in:
parent
8eef77b968
commit
c5b1126dc8
@ -50,7 +50,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"prod": "forever start -c \"npm start\" ./",
|
||||
"prod": "npm run bundle && forever start -c \"npm start\" ./",
|
||||
"dev": "npm run bundle && gulp start",
|
||||
"bundle": "gulp bundle",
|
||||
"test": "npm run bundle && gulp test",
|
||||
|
@ -117,6 +117,7 @@
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
||||
<h4 class="modal-title">Welcome to darkwire.io v{{APP.version}}</h4>
|
||||
<small>TOR Mirror: <a href="http://darkwirevqhjfmla.onion" target="_blank">http://darkwirevqhjfmla.onion</a></small>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<h6>We've placed you in a new chat room</h6>
|
||||
|
Loading…
x
Reference in New Issue
Block a user