add embeds

This commit is contained in:
Lee 2024-06-01 18:49:44 +01:00
parent 1ab282772e
commit c2c8b348e6

@ -7,6 +7,10 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title th:text="${title}"></title>
<!-- Meta tags for social media sharing -->
<meta th:content="${title}" property="og:title" />
<meta content="Click to view the Paste." property="og:description" />
<!-- TailwindCSS -->
<script src="https://cdn.tailwindcss.com"></script>