Websites/app/views/butts_are_cool/home/index.html.erb
2024-05-02 22:04:43 -05:00

40 lines
1.2 KiB
Plaintext

<% content_for(:html_head) do %>
<% description = "Butts are cool, as explained by domics." %>
<%= render "head_images",
manifest_path: butts_are_cool_home_manifest_path(:json)
%>
<%= render "twitter_card",
card_creator: "@Donovan_DMC",
card_description: description,
card_image: image_path("#{assets_path}/image.png"),
card_image_alt: "Screenshot From Domic's Video"
%>
<%= render "dublin_core",
dc_creator: "Donovan_DMC",
dc_description: description
%>
<%= render "open_graph",
og_description: description,
og_image: image_path("#{assets_path}/image.png"),
og_image_type: "image/png",
og_image_width: 700,
og_image_height: 700,
og_image_alt: "Screenshot From Domics' Video"
%>
<% end %>
<h1>
Butts Are Cool, As Explained By Domics.
</h1>
<video width="75%" height="512" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen autoplay controls>
<source src="<%= image_path("#{assets_path}/butts.mp4") %>" type="video/mp4">
</video>
<br>
<br>
<br>
<h1>
Site by <a href="https://furry.cool">Donovan_DMC</a>
</h1>