A viewer for AtmosphereConf 2026 talks with fixed routes you can link to
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add source code link below the TV

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+10
+10
public/index.html
··· 336 336 } 337 337 .muted-indicator.visible { opacity: 1; } 338 338 .muted-indicator.fade-out { opacity: 0; transition: opacity 1.5s; } 339 + 340 + .source-link { 341 + font-family: 'VT323', monospace; 342 + font-size: 14px; 343 + color: rgba(255, 255, 255, 0.25); 344 + text-decoration: none; 345 + margin-top: 8px; 346 + } 347 + .source-link:hover { color: rgba(255, 255, 255, 0.5); } 339 348 </style> 340 349 </head> 341 350 <body> ··· 380 389 <div class="tv-leg"></div> 381 390 <div class="tv-leg"></div> 382 391 </div> 392 + <a class="source-link" href="https://github.com/taobojlen/atmosphereconf-tv" target="_blank" rel="noopener">source code</a> 383 393 </div> 384 394 385 395 <script src="https://cdn.jsdelivr.net/npm/hls.js@1"></script>