-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
26 lines (26 loc) · 1.58 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>TXWatch - Bitcoin Confirmation Notifications</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Keep track of Bitcoin transaction confirmation status!">
<meta name="keywords" content="Bitcoin, Transaction, Confirmation, Notification, Sound">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="images/logo256x256.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Bitcoin TXWatch">
<link rel="apple-touch-icon-precomposed" href="images/logo256x256.png">
<meta name="msapplication-TileImage" content="images/logo256x256.png">
<meta name="msapplication-TileColor" content="#3372DF">
<link rel="shortcut icon" href="images/logo256x256.png" type="image/png" />
<link rel="icon" href="images/logo256x256.png" type="image/png" />
</head>
<body style="display: flex; flex-direction: column">
<img src="images/logo256x256.png" style="width: 50px; height: 50px; margin-bottom: 50px"/>
TXWatch was a service for tracking bitcoin confirmation status since 2016.
<img src="images/promo/full_cropped.png" style="width: 700px; height: auto; margin-top: 50px"/>
</body>
</html>