generated from nhcarrigan/template
feat: add installation buttons
All checks were successful
Node.js CI / Lint and Test (push) Successful in 47s
All checks were successful
Node.js CI / Lint and Test (push) Successful in 47s
This commit is contained in:
parent
deed8e6436
commit
ad12241ad0
@ -9,6 +9,7 @@ import { logger } from "../utils/logger.js";
|
|||||||
|
|
||||||
const html = `<!DOCTYPE html>
|
const html = `<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Mommy Bot</title>
|
<title>Mommy Bot</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
@ -16,12 +17,24 @@ const html = `<!DOCTYPE html>
|
|||||||
<meta name="description" content="Mommy loves you~!" />
|
<meta name="description" content="Mommy loves you~!" />
|
||||||
<script src="https://cdn.nhcarrigan.com/headers/index.js" async defer></script>
|
<script src="https://cdn.nhcarrigan.com/headers/index.js" async defer></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
<h1>Mommy Bot</h1>
|
<h1>Mommy Bot</h1>
|
||||||
<section>
|
<section>
|
||||||
<p>Mommy loves you~!</p>
|
<p>Mommy loves you~!</p>
|
||||||
<a href="https://mommy-slack.nhcarrigan.com/slack/install"><img alt="Add to Slack" height="40" width="139" src="https://platform.slack-edge.com/img/add_to_slack.png" srcSet="https://platform.slack-edge.com/img/add_to_slack.png 1x, https://platform.slack-edge.com/img/add_to_slack@2x.png 2x" /></a>
|
<a href="https://mommy-slack.nhcarrigan.com/slack/install" style="display: inline-block; background-color: #ffffff; color: black; padding: 10px 20px; text-decoration: none; border-radius: 4px; margin: 5px;">
|
||||||
|
<i class="fab fa-slack"></i> Add to Slack
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.com/oauth2/authorize?client_id=1347642447643017289" class="social-button discord-button" style="display: inline-block; background-color: #5865F2; color: white; padding: 10px 20px; text-decoration: none; border-radius: 4px; margin: 5px;">
|
||||||
|
<i class="fab fa-discord"></i> Add to Discord
|
||||||
|
</a>
|
||||||
|
<a href="https://bsky.app/profile/mommy.naomi.party" class="social-button bluesky-button" style="display: inline-block; background-color: #0085FF; color: white; padding: 10px 20px; text-decoration: none; border-radius: 4px; margin: 5px;">
|
||||||
|
<i class="fab fa-bluesky"></i> Follow on Bluesky
|
||||||
|
</a>
|
||||||
|
<a href="https://fedi.nhcarrigan.com/@mommy" class="social-button mastodon-button" style="display: inline-block; background-color: #6364FF; color: white; padding: 10px 20px; text-decoration: none; border-radius: 4px; margin: 5px;">
|
||||||
|
<i class="fab fa-mastodon"></i> Follow on Mastodon
|
||||||
|
</a>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<h2>Links</h2>
|
<h2>Links</h2>
|
||||||
@ -43,6 +56,7 @@ const html = `<!DOCTYPE html>
|
|||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>`;
|
</html>`;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user