File tree Expand file tree Collapse file tree 1 file changed +23
-2
lines changed
Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change 22< html lang ="en ">
33 < head >
44 < meta charset ="UTF-8 " />
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6+ < meta name ="description " content ="BoardZilla - Puttin' bugz in their place since '26 " />
7+ < meta name ="theme-color " content ="#0a0a0a " />
8+
9+ <!-- Open Graph -->
10+ < meta property ="og:title " content ="BoardZilla - Puttin' bugz in their place since '26 " />
11+ < meta property ="og:description " content ="A kanban board for Bugzilla bug tracking " />
12+ < meta property ="og:image " content ="/mascot.png " />
13+ < meta property ="og:type " content ="website " />
14+
15+ <!-- Twitter Card -->
16+ < meta name ="twitter:card " content ="summary " />
17+ < meta name ="twitter:title " content ="BoardZilla - Puttin' bugz in their place since '26 " />
18+ < meta name ="twitter:description " content ="A kanban board for Bugzilla bug tracking " />
19+ < meta name ="twitter:image " content ="/mascot.png " />
20+
21+ <!-- Preconnects -->
22+ < link rel ="preconnect " href ="https://fonts.googleapis.com " />
23+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
24+ < link rel ="preconnect " href ="https://bugzilla.mozilla.org " />
25+
26+ <!-- Favicons -->
527 < link rel ="icon " type ="image/png " href ="/favicon.png " />
628 < link rel ="icon " type ="image/x-icon " href ="/favicon.ico " />
729 < link rel ="apple-touch-icon " href ="/apple-touch-icon.png " />
8- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
9- < meta name ="description " content ="BoardZilla - Puttin' bugz in their place since '26 " />
30+
1031 < title > BoardZilla - Puttin' bugz in their place since '26 😎</ title >
1132 </ head >
1233 < body >
You can’t perform that action at this time.
0 commit comments