11<!DOCTYPE html>
22<html lang="en">
3- <head id="head">
4- <meta charset="UTF-8">
5- <meta name="description" content="zigtools: We make free and open-source tools for the @ziglang community.">
6- <meta http-equiv="x-ua-compatible" content="ie=edge">
7- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
8- <title id="title">
9- <super>
10- - zigtools
11- </title>
12- <style :html="$site.asset('style.css').bytes()"></style>
13- <super>
14- </head>
15- <body>
16- <header id="header">
17- <nav id="main-nav" class="centered">
18- <a href="/">Home</a>
19- <a href="/zls/install">ZLS</a>
20- <a href="https://playground.zigtools.org/">Playground</a>
21- <a href="https://github.com/sponsors/zigtools">Sponsor</a>
22- <a href="https://github.com/zigtools" target="_blank">GitHub</a>
23- </nav>
24- <super>
25- </header>
26- <div id="content">
27- <super>
28- </div>
29- <footer>
30- <p>This
31- <a href="https://github.com/zigtools/www.zigtools.org">Website</a>
32- was made with
33- <a href="https://zine-ssg.io">Zine</a></p>
34- <!-- by someone who has no clue about web design -->
35- </footer>
36- </body>
37- </html>
3+ <head id="head">
4+ <meta charset="UTF-8">
5+ <meta name="description" content="zigtools: We make free and open-source tools for the @ziglang community.">
6+ <meta http-equiv="x-ua-compatible" content="ie=edge">
7+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
8+ <title id="title">
9+ <super>
10+ - zigtools
11+ </title>
12+ <style :html="$site.asset('style.css').bytes()"></style>
13+ <super>
14+ </head>
15+ <body>
16+ <nav id="main-nav" class="centered">
17+ <a href="/">Home</a>
18+ <a href="/zls/install">ZLS</a>
19+ <a href="https://playground.zigtools.org/">Playground</a>
20+ <a href="https://github.com/sponsors/zigtools">Sponsor</a>
21+ <a href="https://github.com/zigtools" target="_blank">GitHub</a>
22+ <a href="/blog">Blog</a>
23+ </nav>
24+ <div id="content">
25+ <super>
26+ </div>
27+ <footer>
28+ <p>This
29+ <a href="https://github.com/zigtools/www.zigtools.org">Website</a>
30+ was made with
31+ <a href="https://zine-ssg.io">Zine</a></p>
32+ <!-- by someone who has no clue about web design -->
33+ </footer>
34+ </body>
35+ </html>
0 commit comments