new navbar

This commit is contained in:
Ashley 2022-06-26 08:03:24 +03:00 committed by GitHub
parent 37c6639e64
commit a50593dab0

View file

@ -17,6 +17,8 @@
along with this program. If not, see https://www.gnu.org/licenses/. along with this program. If not, see https://www.gnu.org/licenses/.
--> -->
<!DOCTYPE html> <!DOCTYPE html>
<% if (e === false) { %> <!-- if ?e=false,dont show up the meta tags --> <% if (e === false) { %> <!-- if ?e=false,dont show up the meta tags -->
<% } %> <% } %>
@ -162,10 +164,9 @@ summary:hover{
} }
</style> </style>
<body> <body>
<div class="app"> <div class="app">
<nav> <nav>
<div class=left><a class="class" href="/143" style=font-family:Inter,sans-serif;color:#fff> <img style="width: 20vh;display: block;margin-left: auto;margin-right: auto;" src="/css/logo.svg?v=5"> <a href="/domains"><i style="display: block;margin-left: auto;margin-right: auto;" class="fas fa-server"></i> </a></div> <div class=left><a class="class" href="/143" style=font-family:Inter,sans-serif;color:#fff> <img style="width: 6em;display: block;margin-left: auto;margin-right: auto;" src="/css/logo.svg?v=5"> <a href="/domains"><i style="display: block;margin-left: auto;margin-right: auto;" class="fas fa-server"></i> </a></div>
<div class=middle> <div class=middle>
<form action=/search><input class=search-bar autocomplete="on" id=fname name=query style="color:#fff;font-family:Inter,sans-serif;"> <button class="btn btn-success" type=submit><i class="fas fa-search"></i></button></form> <form action=/search><input class=search-bar autocomplete="on" id=fname name=query style="color:#fff;font-family:Inter,sans-serif;"> <button class="btn btn-success" type=submit><i class="fas fa-search"></i></button></form>
</div> </div>
@ -237,6 +238,8 @@ summary:hover{
<% if (lyrics && !r) { %> <% if (lyrics && !r) { %>
Ayo u are lucy! this music video has lyrics! wanna see em? <a href="/watch?v=<%=video.id%>&r=f">Click this!</a> Ayo u are lucy! this music video has lyrics! wanna see em? <a href="/watch?v=<%=video.id%>&r=f">Click this!</a>
<% } %> <% } %>
@ -251,7 +254,7 @@ you migth also watch these... (ig?)
<div class="info"> <div class="info">
<a href="/watch?v=<%= x.id %>" class="title max-lines-2"><%= x.Title %></a> <a href="/watch?v=<%= x.id %>" class="title max-lines-2"><%= x.Title %></a>
<div> <div>
<a href="/channel?id=<%= x.Channel.id %>"><%=x.Channel.Name %></a> <a class="max-lines-2" href="/channel?id=<%= x.Channel.id %>"><%=x.Channel.Name %></a>
<div> <div>
<%= x.uploadedAt %> </div> <%= x.uploadedAt %> </div>
</div> </div>
@ -282,10 +285,11 @@ you migth also watch these... (ig?)
<% } %> </details> <% } %> </details>
</div> </div>
</div> </div>
</div> </div>
</body> </body>
</html> </html>
</body> </body>