-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
38 lines (38 loc) · 1.22 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
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<title>Firefox Nightly changelog</title>
<meta name="viewport" content="width=device-width"/>
<meta charset="UTF-8">
<meta name="color-scheme" content="light dark">
<script type="text/javascript" src="js/main.js"></script>
<link href="css/main.css" rel="stylesheet" type="text/css"/>
<link rel="icon" href="favicon.svg" type="image/svg+xml">
</head>
<body>
<template id="buginfo-template">
<a class="bug-id"></a>
<span class="bug-component"></span>
<span class="bug-description"></span>
</template>
<div class="content">
<div>
<h2 class="flex">Nightly changes<span class="buildIdContainer"><span id="buildId"></span><a id="permalink" href="#" title="copy permalink">🔗</a></span>
<div class="flex inline">
<div class="dateAdjust" id="previousbutton"></div><input type="date" min="2018-01-01" id="dateSelector"></input><div class="dateAdjust" id="nextbutton"></div>
</div>
</h2>
<h3 id="changeset"></h3>
</div>
<div id="bugList"></div>
<p>Status Log</p>
<div id="statuslog">
<div class="logline odd">This page didn't load correctly and is broken</div>
</div>
</div>
<footer>
<p>How to use?</p>
<p><a href="https://github.com/MrOtherGuy/fx-nightly-changelog">This project at github</a></p>
</footer>
</body>
</html>