Add little banner
This commit is contained in:
parent
8e2d33a73f
commit
f4c7ba65ea
3 changed files with 11 additions and 1 deletions
|
@ -44,3 +44,9 @@ input.highlight {
|
||||||
.loading {
|
.loading {
|
||||||
cursor: wait !important;
|
cursor: wait !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
font-size: small !important;
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0;
|
||||||
|
}
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
<input type="text" placeholder="Pajeet" name="name-box" id="name-box" readonly>
|
<input type="text" placeholder="Pajeet" name="name-box" id="name-box" readonly>
|
||||||
<br>
|
<br>
|
||||||
<button onclick="generate()" id="btn">Do the needful</button>
|
<button onclick="generate()" id="btn">Do the needful</button>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<p>Written by ejv2 -- 2024 -- <a href="/ijeet.jpg">Inspiration</a></p>
|
||||||
|
</footer>
|
||||||
</center>
|
</center>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
2
pajen.pl
2
pajen.pl
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
# Pajeet name generator (pajen.pl)
|
# Pajeet name generator (pajen.pl)
|
||||||
# Written by Ethan Marshall - 2024
|
# Written by ejv2 - 2024
|
||||||
# Material from https://desu-usergeneratedcontent.xyz/g/image/1705/80/1705808467048.png
|
# Material from https://desu-usergeneratedcontent.xyz/g/image/1705/80/1705808467048.png
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
|
|
Loading…
Reference in a new issue