Files
cutieguwu-site/src/includes/meta.html
2025-08-28 10:25:09 -04:00

17 lines
662 B
HTML

<meta charset="utf-8" />
<meta name="description" content="Cutieguwu's Official website" />
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0" />
<meta name="keywords" content="cutieguwu" />
<!-- Explicitly stop Bing from additionally using content for AI -->
<!-- See: https://github.com/ai-robots-txt/ai.robots.txt/issues/111 -->
<meta name="bingbot" content="noarchive" />
<!-- Mastodon Author Attribution -->
<meta name="fediverse:creator" content="@OliveTheFemboy@mastodon.online" />
<link rel="icon" type="image/x-icon" href="img/test-favicon.jpg" />
<link rel="stylesheet" type="text/css" href="style.css" />