mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2025-09-06 12:53:10 +02:00
23 lines
1.3 KiB
PHP
23 lines
1.3 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="robots" content="index,follow">
|
|
<meta name="author" content="chylex">
|
|
<meta name="description" content="Discord History Tracker - Browser script to save history of Discord servers and private conversations">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>Discord History Tracker</title>
|
|
|
|
<link href="style.css" type="text/css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div class="inner">
|
|
<h1>Discord History Tracker <span class="bar">|</span> <span class="notes"><a href="https://github.com/chylex/Discord-History-Tracker/wiki/Release-Notes">Release Notes</a></span> <span class="bar">|</span> <span class="notes"><a href="https://github.com/chylex/Discord-History-Tracker/wiki/Old-Versions">Old Versions</a></span></h1>
|
|
<img src="img/tracker.png" width="851" class="dht bordered">
|
|
<p>The browser-only version of Discord History Tracker has been superseded by a <a href="https://dht.chylex.com">desktop app version</a>, and is no longer supported.</p>
|
|
<p>You can import archives from the browser-only version into the desktop app, or view them by downloading the <a href="build/viewer.html">Viewer</a>.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|