2024-05-03 03:04:43 +00:00
|
|
|
<% content_for(:html_head) do %>
|
|
|
|
<% description = "An image api by furries, for furries." %>
|
|
|
|
<%= render "head_images",
|
|
|
|
manifest_path: yiff_media_home_manifest_path(:json)
|
|
|
|
%>
|
|
|
|
<%= render "twitter_card",
|
|
|
|
card_creator: "@Donovan_DMC",
|
|
|
|
card_description: description,
|
|
|
|
card_image: image_path("#{assets_path}/Blep.png"),
|
|
|
|
card_image_alt: "YiffyAPI Icon"
|
|
|
|
%>
|
|
|
|
|
|
|
|
<%= render "dublin_core",
|
|
|
|
dc_creator: "Donovan_DMC",
|
|
|
|
dc_description: description
|
|
|
|
%>
|
|
|
|
|
|
|
|
<%= render "open_graph",
|
|
|
|
og_description: description,
|
|
|
|
og_image: image_path("#{assets_path}/Blep.png"),
|
|
|
|
og_image_type: "image/png",
|
|
|
|
og_image_width: 710,
|
|
|
|
og_image_height: 710,
|
|
|
|
og_image_alt: "YiffyAPI Icon"
|
|
|
|
%>
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
|
|
<h1>
|
|
|
|
<center>
|
|
|
|
This domain serves as a cdn for my projects. There isn't much here for you.
|
|
|
|
</center>
|
|
|
|
</h1>
|
|
|
|
|
|
|
|
<h2>
|
|
|
|
<center>
|
|
|
|
Check Out My Things<br>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<a href="https://twitter.com/Donovan_DMC">Twitter</a><br>
|
2024-07-25 06:44:22 +00:00
|
|
|
<a href="https://maid.gay">Discord Bot</a><br>
|
2024-07-23 17:38:32 +00:00
|
|
|
<a href="<%= Websites.config.personal_discord_invite %>">Personal Discord Server</a><br>
|
2024-05-03 03:04:43 +00:00
|
|
|
<a href="https://yiff.rest">Yiffy API</a><br>
|
|
|
|
</center>
|
|
|
|
</h2>
|