-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathchangelog.html
More file actions
54 lines (54 loc) · 3.12 KB
/
Copy pathchangelog.html
File metadata and controls
54 lines (54 loc) · 3.12 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="index, nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>EAS Tools - Changelog</title>
<link rel="stylesheet" href="assets/css/hack.css">
<link rel="stylesheet" href="assets/css/style.css">
<meta name="title" content="Emergency Alert System (EAS) Tools">
<meta name="description" content="A web tool to decode and encode EAS SAME headers locally in your browser.">
<meta name="keywords" content="eas, same, emergency alert system, specific area message encoding">
<meta name="language" content="English">
<meta name="image" content="https://eas.tools/assets/eas-logo-banner.png">
<meta name="author" content="https://github.com/wagwan-piffting-blud/">
<link rel="canonical" href="https://eas.tools/">
<meta property="og:type" content="website">
<meta property="og:title" content="Emergency Alert System (EAS) Tools">
<meta property="og:description" content="A web tool to decode and encode EAS SAME headers locally in your browser.">
<meta property="og:url" content="https://eas.tools/">
<meta property="og:image" content="https://eas.tools/assets/eas-logo-banner.png">
<meta property="og:site_name" content="EAS Tools">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Emergency Alert System (EAS) Tools">
<meta name="twitter:description"
content="A web tool to decode and encode EAS SAME headers locally in your browser.">
<meta name="twitter:image" content="https://eas.tools/assets/eas-logo-banner.png">
<meta name="twitter:image:alt" content="Emergency Alert System Logo">
<!-- Cloudflare Web Analytics -->
<script defer src='https://static.cloudflareinsights.com/beacon.min.js'
data-cf-beacon='{"token": "de7f295c3b7d43e1a9a771246a7fdc65"}'></script>
<!-- End Cloudflare Web Analytics -->
</head>
<body>
<header>
<h1><a href="./index.html">EAS Tools - Changelog</a></h1>
</header>
<main>
<article style="padding: 2rem;">
<h2>Changelog</h2>
<p>The list below is a chronological record of changes made to EAS Tools (based on <a href="https://github.com/wagwan-piffting-blud/eas-tools/blob/main/CHANGES.md" target="_blank" rel="noopener noreferrer nofollow">CHANGES.md</a>, which is updated with every Git commit):</p>
<div id="changelog-content" class="changelog-content" aria-live="polite">
<p><em>Loading change log...</em></p>
</div>
<button onclick="location.href='index.html'">Back to EAS Tools</button>
</article>
</main>
<footer></footer>
<script src="assets/js/footer.js"></script>
<script src="assets/js/marked.js"></script>
<script src="assets/js/changelog.js"></script>
</body>
</html>