index.html (3105B)
1 <!DOCTYPE html> 2 <html lang="pt-BR"> 3 <head> 4 <meta charset="utf-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1"> 6 <title>Notícias — runv.club</title> 7 <meta name="description" content="Comunicados oficiais, mudanças no servidor e novidades da comunidade runv.club — pubnix brasileira Unix/Linux."> 8 <link rel="canonical" href="https://runv.club/news/"> 9 <meta name="robots" content="index, follow"> 10 <meta name="theme-color" content="#0c0b0f"> 11 <link rel="alternate" type="application/rss+xml" title="Notícias runv.club" href="https://runv.club/news/feed.rss"> 12 <meta property="og:type" content="website"> 13 <meta property="og:url" content="https://runv.club/news/"> 14 <meta property="og:locale" content="pt_BR"> 15 <meta property="og:site_name" content="runv.club"> 16 <meta property="og:title" content="Notícias — runv.club"> 17 <meta property="og:description" content="Comunicados e atualizações da comunidade runv.club."> 18 <meta name="twitter:card" content="summary"> 19 <meta name="twitter:title" content="Notícias — runv.club"> 20 <meta name="twitter:description" content="Comunicados e atualizações da comunidade runv.club."> 21 <link rel="preconnect" href="https://fonts.googleapis.com"> 22 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> 23 <link href="https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400&family=IBM+Plex+Mono:wght@400;600&family=Syne:wght@600;700;800&display=swap" rel="stylesheet"> 24 <link rel="icon" href="/favicon.svg" type="image/svg+xml"> 25 <link rel="stylesheet" href="../assets/style.css"> 26 </head> 27 <body> 28 <div class="wrap"> 29 <nav class="top-nav"><a href="/">← runv.club</a></nav> 30 31 <header> 32 <p class="eyebrow">runv.club</p> 33 <nav class="hero-nav" aria-label="Outras páginas"> 34 <span class="hero-nav-current" aria-current="page">Notícias</span> 35 <span class="hero-nav-sep" aria-hidden="true">·</span> 36 <a href="/wiki/">Wiki</a> 37 <span class="hero-nav-sep" aria-hidden="true">·</span> 38 <a href="/junte-se/">Junte-se</a> 39 </nav> 40 <h1 class="hero-title subpage-title">Notícias</h1> 41 <p class="subpage-intro">Comunicados oficiais, mudanças no servidor e novidades da comunidade. <a class="news-rss-link" href="feed.rss" type="application/rss+xml">Feed RSS</a></p> 42 </header> 43 44 <main class="section subpage-main news-main"> 45 <div id="news-feed" class="news-feed" aria-live="polite"></div> 46 <p id="news-empty" class="placeholder-block"> 47 A carregar notícias… 48 </p> 49 <noscript> 50 <p class="placeholder-block">Active JavaScript para ver a lista de notícias ou subscreva o <a href="feed.rss">feed RSS</a>.</p> 51 </noscript> 52 </main> 53 54 <footer class="site-footer"> 55 <p>Administração: <a href="mailto:admin@runv.club">admin@runv.club</a><span class="footer-sep" aria-hidden="true"> · </span><a href="/faq/" class="footer-link-discrete">FAQ</a></p> 56 </footer> 57 </div> 58 59 <script src="../assets/news-page.js" defer></script> 60 </body> 61 </html>