-
Notifications
You must be signed in to change notification settings - Fork 1
/
About.php
31 lines (28 loc) · 1.13 KB
/
About.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="assets/about-style.css">
<link rel="icon" href="assets/ico.ico">
</head>
<body>
<center>
<h1>About</h1>
<p>This is a simple chat application that was created without Javascript</p>
</center>
<br />
<h2>About me</h2>
Hi there! I'm <a href="https://justsaif.com" target="_blank">JUSTSAIF</a> .
<br /><br />
<br />
<h2>Donate</h2>
<p>You can donate to me by using the following cryptocurrency addresses:</p>
<ul>
<li>Bitcoin: <a href="https://www.blockchain.com/btc/address/3Mn84Efc6bp5w4yCNQQTAY7vJGp6Zaw92H">3Mn84Efc6bp5w4yCNQQTAY7vJGp6Zaw92H</a></li>
<li>Ethereum: <a href="https://www.blockchain.com/eth/address/0xf375f90c0765b80c44f51baf4746148805443544">0xf375f90c0765b80c44f51baf4746148805443544</a></li>
</ul>
<br />
<h2>How to use</h2>
<p>To use this application, you dont need to register. The <a href="login.php">login</a> it will be automatically registered for you if you dont have an account. </p>
<p>To send a message, just type it in the textbox and press enter. </p>
</body>
</html>