44 lines
1.2 KiB
Plaintext
44 lines
1.2 KiB
Plaintext
<% content_for(:html_head) do %>
|
|
<!-- Lupines are the best :3 -->
|
|
|
|
<%= render partial: "yiff_rest/home/head" %>
|
|
|
|
<!-- JSON-LD markup generated by Google Structured Data Markup Helper. -->
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "WebSite",
|
|
"name": "YiffyAPI",
|
|
"alternateName": "Yiffy API",
|
|
"url": "https://yiff.rest",
|
|
"sameAs": [
|
|
"https://api.furry.bot",
|
|
"https://twitter.com/YiffyAPI"
|
|
]
|
|
}
|
|
</script>
|
|
<% end %>
|
|
|
|
<div id="logo">
|
|
<%= image_tag("#{assets_path}/Blep.png") %>
|
|
</div>
|
|
|
|
<br><br>
|
|
|
|
<h1 class="center">
|
|
Yiffy API
|
|
</h1>
|
|
<h2 class="center">
|
|
Pardon the blandness, but I cannot design websites to save my life.
|
|
</h2>
|
|
<h3 class="center">
|
|
This is a combination <%= link_to "image api", "https://state.yiff.rest" %>, <%= link_to "url shortener", "https://yiff.rocks" %>, and <%= link_to "e621 video thumbnailer", "https://thumbs.yiff.rest" %>.
|
|
</h3>
|
|
<h3 class="center">
|
|
You can see the documentation <%= link_to "here", "https://docs.yiff.rest" %>, or use our
|
|
<%= link_to "npm module", "https://npm.im/yiffy" %>.
|
|
</h3>
|
|
<h3 class="center">
|
|
You can manage your apikeys <%= link_to "here", yiff_rest_apikeys_path %>.
|
|
</h3>
|