💾 Archived View for gmi.noulin.net › gitRepositories › forb › file › template › _includes › head.htm… captured on 2024-08-19 at 04:05:52. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

forb

Log

Files

Refs

README

LICENSE

head.html (412B)

     1 <head>
     2   <meta charset="utf-8">
     3   <meta http-equiv="X-UA-Compatible" content="IE=edge">
     4   <meta name="viewport" content="width=device-width, initial-scale=1">
     5 
     6   <title>_%title</title>
     7   <meta name="description" content="_%description">
     8 
     9   <link rel="stylesheet" href="_%css">
    10   <link rel="canonical" href="_%url">
    11   <link rel="alternate" type="application/rss+xml" title="_%site.title" href="_%feed" />
    12 </head>