added buttons to conscripts

This commit is contained in:
SilicoFlare
2022-10-27 16:13:18 +05:30
committed by GitHub
parent ab93c7a841
commit 71d7421a71

View File

@@ -141,6 +141,13 @@
<button class="collapsible">My Conscripts</button>
<div class="content">
<p>Here is a list of all scripts that I have constructed so far. Enjoy exploring!</p>
<center>
<button type="button" class="listing" onclick="window.open('', '_blank').focus();">SuryaLipi</button><br><br>
<button type="button" class="listing" onclick="window.open('', '_blank').focus();">ChandraLipi</button><br><br>
<button type="button" class="listing" onclick="window.open('', '_blank').focus();">Elysian</button><br><br>
<button type="button" class="listing" onclick="window.open('', '_blank').focus();">MarCode</button><br><br>
<button type="button" class="listing" onclick="window.open('', '_blank').focus();">[blank]</button><br><br>
</center>
</div>
</main>
<footer></footer>