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 {
|
||||
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>
|
||||
<br>
|
||||
<button onclick="generate()" id="btn">Do the needful</button>
|
||||
|
||||
<footer>
|
||||
<p>Written by ejv2 -- 2024 -- <a href="/ijeet.jpg">Inspiration</a></p>
|
||||
</footer>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
|
|
2
pajen.pl
2
pajen.pl
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/perl
|
||||
# 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
|
||||
|
||||
use strict;
|
||||
|
|
Loading…
Reference in a new issue