| <!DOCTYPE html> |
| |
| |
| |
| |
| <html> |
| <head> |
| <meta charset="utf-8" /> |
| <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| <title>Dog Breed Identification</title> |
| <meta name="description" content="" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| <link rel="stylesheet" href="" /> |
| <link |
| href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" |
| rel="stylesheet" |
| integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" |
| crossorigin="anonymous" |
| /> |
| <script |
| src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" |
| integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" |
| crossorigin="anonymous" |
| ></script> |
| </head> |
| <body> |
| |
| |
| <nav class="navbar navbar-expand-lg navbar-light" style="background-color:rgba(255, 255, 255, 0.75);"> |
| <div class="container"> |
| |
| <a class="navbar-brand" href="/"> |
| <img class="image-fluid" src="https://www.whatbreedismydog.com/static/images/logo.svg" alt="logo"> |
| </a> |
| |
| |
| <div class="collapse navbar-collapse"> |
| <div class="navbar-nav"> |
| <a class="nav-item nav-link" href="/"> Home </a> |
| </div> |
|
|
|
|
| </div |
| |
|
|
| </div> |
| </nav> |
|
|
| {%block bodyblock%} |
|
|
|
|
| {%endblock%} |
|
|
| <script src="" async defer></script> |
| </body> |
| </html> |
|
|