1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2026-02-04 17:42:22 +05:30

(feat): made embed code dynamicaly genrated for every page

This commit is contained in:
2023-11-27 21:24:26 +05:30
Unverified
parent cf0de4f37e
commit a3ecd6addc
2 changed files with 4 additions and 1 deletions

View File

@@ -126,7 +126,7 @@
</div>
<p class="text-xs my-3 text-accent_three">EMBED THIS PAGE</p>
<div class="embedpagecode w-full bg-bg_primary p-4 rounded-lg">
<pre class="text-accent_four text-xs whitespace-pre-wrap"><code>&lt;iframe&#13;&#10;src="https://localhost/neosubhamoy/htdocs/projects"&#13;&#10;height="200"&#13;&#10;width="300"&#13;&#10;title="test iframe"&gt;&lt;/iframe&gt;</code></pre>
<pre class="text-accent_four text-xs whitespace-pre-wrap"><code id="embedcodetag">&lt;iframe&#13;&#10;src="https://neosubhamoy.dev"&#13;&#10;height="200"&#13;&#10;width="300"&#13;&#10;title="test iframe"&gt;&lt;/iframe&gt;</code></pre>
</div>
</div>
</div>