2026-02-03 10:44:52 -08:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< title > {{title}}< / title >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< meta charset = "utf-8" >
<!-- Meta -->
<!-- <link rel="icon" type="image/x - icon" href="/favicon.ico"> -->
< link rel = "canonical" href = "/" / >
< meta name = "description" content = "{{description}}" / >
< meta name = "robots" content = "index,follow" / >
< meta property = "og:title" content = "{{title}}" / >
< meta property = "og:type" content = "article" / >
< meta property = "og:url" content = "/" / >
< meta property = "og:description" content = "{{description}}" / >
<!-- <meta property="og:image" content="/assets/img/logo.jpg" />
< meta property = "og:image:alt" content = "block print in black and orange of a rufous hummingbird in flight with tail flared. the hummingbird holds a banner that reads 'become ungovernable.'" / > -->
<!-- JS -->
< script src = "/assets/scripts/nav.js" defer > < / script >
<!-- CSS -->
< link rel = "stylesheet" href = "/assets/styles/main.css" >
< link rel = "stylesheet" href = "/assets/styles/palette.css" >
< link rel = "stylesheet" href = "/assets/styles/nav.css" >
< / head >
< body >
< header >
< nav id = "top-nav" > <!-- auto - generated by nav.js --> < / nav >
< / header >
< main id = "main" >
< h1 > Attribution< / h1 >
< p > Built by < a href = "https://leecat.art" target = "_blank" > Lee Cattarin< / a > for Firstname Lastname.< / p >
2026-02-17 08:18:46 -08:00
< p > This site is created
< a href = "https://declare-ai.org/1.0.0/none.html" target = "_blank" >
without the use of generative AI
< / a > .
< / p >
2026-02-03 10:44:52 -08:00
< / main >
< footer id = "footer" > <!-- auto - generated by nav.js --> < / footer >
< / body >
< / html >