<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>kočka • YOPA</title> <script src="../static/bundle.js"></script> <link rel="stylesheet" href="..//static/style.css"> </head> <body> <header class="navbar mb-2 mt-2"> <section class="navbar-section"> <a href="/" class="navbar-brand text-bold mr-2"> Yopa </a><a href="/" class="btn btn-link"> <i class="icon icon-home"></i>Home</a> <a href="/object/update/7" class="btn btn-link"> <i class="icon icon-edit"></i>Edit</a> <a href="/object/delete/7" class="btn btn-link" onclick="return confirm('Delete object?')"> <i class="icon icon-delete"></i>Delete</a></section> <section class="navbar-section"> YOPA is the best </section> </header> <div class="content"><h1>Animal "kočka"</h1> <table class="table table-striped object-display"> <tbody> <tr> <th rowspan="1"> Name </th> <td title="9"> cat </td> </tr> <tr> <th rowspan="1"> carnivore </th> <td title="13"> true </td> </tr> <tr> <th rowspan="1"> czech name </th> <td title="8"> kočka </td> </tr> <tr> <th rowspan="1"> weight </th> <td title="14"> 15.5 </td> </tr> </tbody> </table> </div> </body> </html>