1
Fork 0

Update html/landing.ejs

This commit is contained in:
Ashley 2023-11-23 07:14:18 +00:00
parent 7072ff9720
commit ff60d4a316

View file

@ -48,7 +48,7 @@
<style>
#subtitle
.subtitle {
text-align: center
color: #FFFF00
text-shadow: 1px 1px 0px #000
@ -58,19 +58,23 @@
animation: subtitle .25s
animation-direction: alternate
animation-iteration-count: infinite
}
@-webkit-keyframes subtitle
0%
@-webkit-keyframes subtitle {
0% {
transform: scale(0.875) rotate(-20deg)
100%
}
100% {
transform: scale(1) rotate(-20deg)
}
}
</style
</head>
<body>
<div class="header">
<div class="header-content">
<div class="header-content-start">
<a href="/"><img style="width: 130px;" src="/css/logo-poke.svg?v=?v=<%=btoa(Date.now())%>"/><p id="subtitle"> <%- random %></p></a>
<a href="/"><img style="width: 130px;" src="/css/logo-poke.svg?v=?v=<%=btoa(Date.now())%>"/><p class="subtitle"> <%- random %></p></a>
</div>
<div class="header-content-center" style="margin-left: -30px;">
<form action=/search><input class=search-bar autocomplete="on" id=fname name=query><button class="btn btn-success" type=submit><i class="fa-light fa-search"></i></button></form>