generated from nhcarrigan/template
chore: use full avatar
All checks were successful
Node.js CI / Lint and Test (push) Successful in 57s
All checks were successful
Node.js CI / Lint and Test (push) Successful in 57s
This commit is contained in:
@@ -16,7 +16,7 @@ export const error = `<!DOCTYPE html>
|
||||
<body>
|
||||
<main>
|
||||
<h1>Oh dear!</h1>
|
||||
<img src="https://cdn.nhcarrigan.com/new-avatars/lynira.png" width="250" alt="Lynira" />
|
||||
<img src="https://cdn.nhcarrigan.com/new-avatars/lynira-full.png" width="250" alt="Lynira" />
|
||||
<section>
|
||||
<p>Something went wrong while trying to redirect you! Please try again later.</p>
|
||||
</section>
|
||||
|
||||
@@ -16,7 +16,7 @@ export const fourOhFour = `<!DOCTYPE html>
|
||||
<body>
|
||||
<main>
|
||||
<h1>Oh no!</h1>
|
||||
<img src="https://cdn.nhcarrigan.com/new-avatars/lynira.png" width="250" alt="Lynira" />
|
||||
<img src="https://cdn.nhcarrigan.com/new-avatars/lynira-full.png" width="250" alt="Lynira" />
|
||||
<section>
|
||||
<p>It looks like that link is no longer registered! You should ask the person who shared it with you for an updated URL.</p>
|
||||
</section>
|
||||
|
||||
@@ -16,7 +16,7 @@ export const home = `<!DOCTYPE html>
|
||||
<body>
|
||||
<main>
|
||||
<h1>Lynira</h1>
|
||||
<img src="https://cdn.nhcarrigan.com/new-avatars/lynira.png" width="250" alt="Lynira" />
|
||||
<img src="https://cdn.nhcarrigan.com/new-avatars/lynira-full.png" width="250" alt="Lynira" />
|
||||
<section>
|
||||
<p>Link shortener service managed via a Discord bot.</p>
|
||||
<a href="https://discord.com/oauth2/authorize?client_id=1404593859656417320" 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;">
|
||||
|
||||
@@ -16,7 +16,7 @@ export const overlimit = `<!DOCTYPE html>
|
||||
<body>
|
||||
<main>
|
||||
<h1>Oopsie!</h1>
|
||||
<img src="https://cdn.nhcarrigan.com/new-avatars/lynira.png" width="250" alt="Lynira" />
|
||||
<img src="https://cdn.nhcarrigan.com/new-avatars/lynira-full.png" width="250" alt="Lynira" />
|
||||
<section>
|
||||
<p>It looks like the user who created this link has too many short URLs. They will need to delete some before this link works.</p>
|
||||
</section>
|
||||
|
||||
@@ -16,7 +16,7 @@ export const unsub = `<!DOCTYPE html>
|
||||
<body>
|
||||
<main>
|
||||
<h1>Oopsie!</h1>
|
||||
<img src="https://cdn.nhcarrigan.com/new-avatars/lynira.png" width="250" alt="Lynira" />
|
||||
<img src="https://cdn.nhcarrigan.com/new-avatars/lynira-full.png" width="250" alt="Lynira" />
|
||||
<section>
|
||||
<p>It looks like the user who created this link is no longer subscribed to our service! Please let them know that they will need to resubscribe before this URL works!</p>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user