2024-08-28 06:29:42 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<title>abtmtr.link</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<link rel="stylesheet" href="/assets/style.css" />
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="fakemain">
|
|
|
|
<%- include("../../components/header.ejs") %>
|
|
|
|
</div>
|
|
|
|
<main>
|
|
|
|
<p class="tagline">congrations! you done it</p>
|
|
|
|
<section>
|
|
|
|
<p>make sure to add this to the page you have linked:</p>
|
|
|
|
<p style="background-color: black;color:white;padding: 0.5em;"><link rel="me" href="https://abtmtr.link/blurbs/#<%= id %>"></p>
|
2024-08-28 06:37:48 +00:00
|
|
|
<p>or this:</p>
|
|
|
|
<p style="background-color: black;color:white;padding: 0.5em;"><a rel="me" href="https://abtmtr.link/blurbs/#<%= id %>"></a></p>
|
|
|
|
<p>you can remove the tag later. do that to remove your blurb from abtmtr.link</p>
|
2024-08-28 06:29:42 +00:00
|
|
|
<p>do not leave this site until you have added the snippet! you can bookmark this page if you need to:</p>
|
|
|
|
<p style="background-color: black;color:white;padding: 0.5em;">https://abtmtr.link/blurbs/check/?id=<%= id %></p>
|
|
|
|
<p>then click this button (or visit the above bookmark) once you have added it. make sure your page has updated in your browser!</p>
|
|
|
|
<form action="/blurbs/check/" method="get">
|
|
|
|
<input type="hidden" value="<%= id %>" name="id">
|
|
|
|
<input type="submit" value="Done and added">
|
|
|
|
</form>
|
|
|
|
<p style="opacity: 0.5;">can't/don't want to add the snippet? <a href="/about" target="_blank">contact me</a>.</p>
|
|
|
|
</section>
|
|
|
|
</main>
|
|
|
|
<%- include("../../components/footer.ejs") %>
|
|
|
|
<script src="/assets/script.js"></script>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|