56 lines
1.6 KiB
Plaintext
56 lines
1.6 KiB
Plaintext
<% content_for(:html_head) do %>
|
|
<!-- Lupines are the best :3 -->
|
|
|
|
<% description = "Come meet the successor of Furry Bot, Maid Boye! I'm a cute little maid bot for keeping your server nice and tidy." %>
|
|
<%= render "head_images",
|
|
manifest_path: maid_gay_home_manifest_path(:json)
|
|
%>
|
|
<%= render "twitter_card",
|
|
card_creator: "@Donovan_DMC",
|
|
card_site: "@MaidBoye",
|
|
card_description: description,
|
|
card_image: image_path("#{assets_path}/MaidShy.png"),
|
|
card_image_alt: "MaidBoye's Icon"
|
|
%>
|
|
|
|
<%= render "dublin_core",
|
|
dc_creator: "Donovan_DMC",
|
|
dc_description: description
|
|
%>
|
|
|
|
<%= render "open_graph",
|
|
og_description: description,
|
|
og_image: image_path("#{assets_path}/MaidShy.png"),
|
|
og_image_type: "image/png",
|
|
og_image_width: 512,
|
|
og_image_height: 512,
|
|
og_image_alt: "MaidBoye's Icon"
|
|
%>
|
|
|
|
<script src="https://storage.ko-fi.com/cdn/scripts/overlay-widget.js"></script>
|
|
<% end %>
|
|
|
|
|
|
<h1>
|
|
Hi, I'm Maid Boye!
|
|
</h1>
|
|
<h2>
|
|
A cute little maid bot for keeping your server nice and tidy.
|
|
</h2>
|
|
<h3>
|
|
To invite me to a server, click
|
|
<%= link_to "here", maid_gay_invite_path %>, and for support join <%= link_to "this", maid_gay_support_path %> Discord server.
|
|
</h3>
|
|
<br>
|
|
<br>
|
|
<div id="icon">
|
|
<%= image_tag("#{assets_path}/MaidShy.png") %>
|
|
</div>
|
|
<div id="right">
|
|
<div id="top-gg">
|
|
<a href="https://top.gg/bot/879918811791388705">
|
|
<img src="https://top.gg/api/widget/879918811791388705.svg" alt="Discord Bots Widget">
|
|
</a>
|
|
</div>
|
|
</div>
|