Skip to content

Commit 7dff79d

Browse files
committed
!
1 parent 5ebea2f commit 7dff79d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.env.production

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
WS = "wss://yzoz.com/ws/"
2-
SRV = "https://yzoz.com/"
3-
HOST = "yzoz.com"
1+
WS = "wss://chat.narasimha.net/ws/"
2+
SRV = "https://chat.narasimha.net/"
3+
HOST = "chat.narasimha.net"
44
DEBUG = false
55
MODE = "production"
66
VERSION = "0.2.1"
77

8-
TITLE = "YZoZ.com / incripto ::: crypto tunnel"
8+
TITLE = "Narasiṃha / incripto ::: crypto tunnel"
99
DESCRIPTION = "Peer 2 Peer Crypto Instant Messanger"
10-
H1 = "YZoZ.com ::: crypto tunnel"
10+
H1 = "Narasimha ::: crypto tunnel"
1111
H2 = "incripto_0.2"
1212
H3 = "No Nothing"
13-
TAGLINE = '<p>no e-mail, no phone number, no password, no ip... just:::</p><img class="logo" src="/img/yzoz.png" alt="YZoZ" /><p>I suggest that the most savvy one should try to write me at:<br /><a href="https://yzoz.com/user/893ade80ba54f8ddaaf80ad06051a0a008ea7308ff53a7dd86196435c7c22e03">893ade80ba54f8ddaaf80ad06051a0a008ea7308ff53a7dd86196435c7c22e03</a><br />I will try to be online as often as possible. Why is this so important? Because your messages are not stored anywhere, but only pass through the server. Peer 2 Peer. At the same time, they are exposed to transparent and reliable encryption using the Elliptical Curve Curve25519 directly in your browser. The Name and Status are also stored there (:not so thick yet, because yzoz.com is still so young:)<br />But in the vast majority of cases, people are texting online, and there is no need to re-read the message. Actually, yzoz.com is just a site, and the concept has received the modest name <strong>incripto</strong>.</p>'
13+
TAGLINE = '<p>no e-mail, no phone number, no password, no ip...</p><p>Your messages are not stored anywhere, but only pass through the server. Peer 2 Peer. At the same time, they are exposed to transparent and reliable encryption using the Elliptical Curve Curve25519 directly in your browser. The Name and Status are also stored there (:not so thick yet, because incripto is still so young:)<br />But in the vast majority of cases, people are texting online, and there is no need to re-read the message.</p>'
1414
LINKS = '<a href="https://github.com/incripto">source</a> | <a href="https://vk.com/incripto">vk</a> | <a href="https://xn--b1agi6atw.xn--p1ai/">blog</a>'
1515
WTF = '<h5>Add shortcut from any browser</h5><img src="/img/firefox-mobile.png" alt="firefox mobile" /><h5>Use DevTools</h5><img src="/img/chromium-devtools.png" alt="chromium devtools" /><h5>Minimize your window</h5><img src="/img/firefox-minimized.png" alt="firefox minimized" />'

src/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>YZoZ.com / incripto ::: crypto tunnel</title>
4+
<title>Narasiṃha / incripto ::: crypto tunnel</title>
55
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
66
<meta http-equiv="Pragma" content="no-cache" />
77
<meta http-equiv="Expires" content="0" />
@@ -21,10 +21,10 @@
2121
</head>
2222
<body>
2323
<data>
24-
<h1>YZoZ.com ::: crypto tunnel</h1>
24+
<h1>Narasimha ::: crypto tunnel</h1>
2525
<h2>incripto_0.2</h2>
2626
<h3>No Nothing</h3>
27-
<div class="content"><p>no e-mail, no phone number, no password, no ip... just:::</p><img class="logo" src="/img/yzoz.png" alt="YZoZ" /><p>I suggest that the most savvy one should try to write me at:<br /><a href="https://yzoz.com/user/893ade80ba54f8ddaaf80ad06051a0a008ea7308ff53a7dd86196435c7c22e03">893ade80ba54f8ddaaf80ad06051a0a008ea7308ff53a7dd86196435c7c22e03</a><br />I will try to be online as often as possible. Why is this so important? Because your messages are not stored anywhere, but only pass through the server. Peer 2 Peer. At the same time, they are exposed to transparent and reliable encryption using the Elliptical Curve Curve25519 directly in your browser. The Name and Status are also stored there (:not so thick yet, because yzoz.com is still so young:)<br />But in the vast majority of cases, people are texting online, and there is no need to re-read the message. Actually, yzoz.com is just a site, and the concept has received the modest name <strong>incripto</strong>.</p></p>
27+
<div class="content"><p>no e-mail, no phone number, no password, no ip...</p><p>Your messages are not stored anywhere, but only pass through the server. Peer 2 Peer. At the same time, they are exposed to transparent and reliable encryption using the Elliptical Curve Curve25519 directly in your browser. The Name and Status are also stored there (:not so thick yet, because incripto is still so young:)<br />But in the vast majority of cases, people are texting online, and there is no need to re-read the message.</p></p></p>
2828
</div>
2929
<div class="links"><a href="https://github.com/incripto">source</a> | <a href="https://vk.com/incripto">vk</a> | <a href="https://xn--b1agi6atw.xn--p1ai/">blog</a></div>
3030
</data>

0 commit comments

Comments
 (0)