add copyleft symbol as html tag

This commit is contained in:
Aliberk Sandıkçı 2023-11-22 17:29:47 +03:00
parent 3d5d8c2472
commit 24bcb6dd71
Signed by: asandikci
GPG key ID: 25C67A03B5666BC1
9 changed files with 9 additions and 9 deletions

View file

@ -65,7 +65,7 @@ if (!$_SERVER['DOCUMENT_ROOT']) {
</article> </article>
<footer> <footer>
<div class="tmpinfo">2023 🄯 Aliberk Sandıı</div> <div class="tmpinfo">2023 &#x1f12f; Aliberk Sandıı</div>
</footer> </footer>
<?php <?php

View file

@ -55,7 +55,7 @@ if (!$_SERVER['DOCUMENT_ROOT']) {
</article> </article>
<footer> <footer>
<div class="tmpinfo">2023 🄯 Aliberk Sandıı</div> <div class="tmpinfo">2023 &#x1f12f; Aliberk Sandıı</div>
</footer> </footer>
<?php <?php

View file

@ -49,7 +49,7 @@ if (!$_SERVER['DOCUMENT_ROOT']) {
<h3 style="align-self: center;">!!! DİĞER İFLPANEL SERVİSLERİ KAPANMIŞTIR !!!</h3> <h3 style="align-self: center;">!!! DİĞER İFLPANEL SERVİSLERİ KAPANMIŞTIR !!!</h3>
</article> </article>
<footer> <footer>
<div class="tmpinfo">2023 🄯 Aliberk Sandıı</div> <div class="tmpinfo">2023 &#x1f12f; Aliberk Sandıı</div>
</footer> </footer>
<?php <?php

View file

@ -76,7 +76,7 @@ if (!$_SERVER['DOCUMENT_ROOT']) {
</article> </article>
<footer> <footer>
<div class="tmpinfo">2023 🄯 Aliberk Sandıı</div> <div class="tmpinfo">2023 &#x1f12f; Aliberk Sandıı</div>
</footer> </footer>
</div> </div>

View file

@ -76,7 +76,7 @@ if (!$_SERVER['DOCUMENT_ROOT']) {
</article> </article>
<footer> <footer>
<div class="tmpinfo">2023 🄯 Aliberk Sandıı</div> <div class="tmpinfo">2023 &#x1f12f; Aliberk Sandıı</div>
</footer> </footer>
</div> </div>
<?php <?php

View file

@ -60,7 +60,7 @@ if (!$_SERVER['DOCUMENT_ROOT']) {
</article> </article>
<footer> <footer>
<div class="tmpinfo">2023 🄯 Aliberk Sandıı</div> <div class="tmpinfo">2023 &#x1f12f; Aliberk Sandıı</div>
</footer> </footer>
</div> </div>
<?php <?php

View file

@ -53,7 +53,7 @@ if (!$_SERVER['DOCUMENT_ROOT']) {
</article> </article>
<sup style="text-align:center; color:grey;">WIP for website UI/content</sup> <sup style="text-align:center; color:grey;">WIP for website UI/content</sup>
<footer> <footer>
<div class="tmpinfo">2023 🄯 Aliberk Sandıı</div> <div class="tmpinfo">2023 &#x1f12f; Aliberk Sandıı</div>
</footer> </footer>
<?php <?php

View file

@ -82,7 +82,7 @@ if (!$_SERVER['DOCUMENT_ROOT']) {
</div> </div>
<footer> <footer>
<div class="tmpinfo">2023 🄯 Aliberk Sandıı</div> <div class="tmpinfo">2023 &#x1f12f; Aliberk Sandıı</div>
</footer> </footer>
<?php <?php
$dir = new DirectoryIterator($_SERVER['DOCUMENT_ROOT'] . "/assets/js"); $dir = new DirectoryIterator($_SERVER['DOCUMENT_ROOT'] . "/assets/js");

View file

@ -55,7 +55,7 @@ if (!$_SERVER['DOCUMENT_ROOT']) {
</article> </article>
<footer> <footer>
<div class="tmpinfo">2023 🄯 Aliberk Sandıı</div> <div class="tmpinfo">2023 &#x1f12f; Aliberk Sandıı</div>
</footer> </footer>
<?php <?php
$dir = new DirectoryIterator($_SERVER['DOCUMENT_ROOT'] . "/assets/js"); $dir = new DirectoryIterator($_SERVER['DOCUMENT_ROOT'] . "/assets/js");