mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 18:35:01 +01:00
Make it look much better
Including dark mode!
This commit is contained in:
parent
1d31b9c3fe
commit
310a24aa44
5 changed files with 52 additions and 26 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<!doctype html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
|
|
@ -25,6 +25,12 @@
|
|||
history.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
🔔 does-it-build supports sending notifications to target maintainers via
|
||||
GitHub issues. You can add yourself with
|
||||
<a href="{{notification_pr_url}}">a PR</a>. 🔔
|
||||
</p>
|
||||
|
||||
<h1>Nightlies</h1>
|
||||
<ul>
|
||||
{% for nightly in nightlies.iter().take(5) %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue