Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@
<link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/css/bootstrap.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<body>
<div id="loading-indicator">
<div id="notice" style="background:#f8f8f8;border:1px solid #ddd;padding:16px 24px;margin:24px auto;max-width:700px;font-family:sans-serif;font-size:15px;color:#333;border-radius:4px;">
<strong>Reddit's The Button event has ended.</strong>
This page was a real-time monitor for <a href="https://www.reddit.com/r/thebutton">/r/thebutton</a>, a social experiment that ran on Reddit in 2015.
The event is long over and this page no longer does anything useful.
</div>
<div id="loading-indicator" style="display:none">
<span class="glyphicon glyphicon-refresh" aria-hidden="true"></span> Connecting...
</div>
<div class="container-fluid">
Expand Down
Loading