-
Notifications
You must be signed in to change notification settings - Fork 7
/
top.html
45 lines (45 loc) · 1.56 KB
/
top.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
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<title>Luma3DS Builds | AstronautLevel</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:site_name" content="AstronautLevel2" />
<meta property="og:title" content="Luma 3DS Builds" />
<meta property="og:image" content="Luma.png" />
<meta property="og:description"
content = "Find the latest Luma3DS Hourly Builds" />
<script type="text/javascript" src="jquery-latest.js"></script>
<script type="text/javascript" src="jquery.tablesorter.js"></script>
<script id="js">
$(function() {
$(".table1").tablesorter({
theme : 'blue',
sortList: [[0,0],[1,0]]
});
$(".table2").tablesorter({
theme : 'blue'
});
});
</script>
</head>
<body>
<img src="luma.png">
<div class="container">
<div id="header">
<h1> Luma3DS Builds!</h1>
<p id="Disclaimer">I am not associated with Aurora Wright. These builds are provided entirely unofficially and entirely untested. Use at your own risk.</p>
<p>All commits are now signed: See <a href="https://github.com/astronautlevel2/Luma3DS/commits/gh-pages">the commits page</a> if you want to verify the integrity of the builds</p>
</div>
<div id="table">
<table class="table2" data-sortlist="[[0,0],[2,0]]">
<thead>
<tr>
<th style="cursor: pointer">File</th>
<th style="cursor: pointer">Commit</th>
<th style="cursor: pointer">Branch</th>
<th style="cursor: pointer">Date</th>
<th style="cursor: pointer">Message</th>
</tr>
</thead>
<tbody>