gpt
unknown
html
a year ago
397 B
6
Indexable
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Logo Loader</title> </head> <body> <div style="margin-bottom:4rem;"> <img id="dynamic-logo" class="img-responsive" alt="Logo" /> </div> <script src="{{ asset('js/logoLoader.js') }}"></script> </body> </html>
Editor is loading...
Leave a Comment