bread gallery data and generator script
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
bread-gallery/web/templates/detail.html

25 lines
611 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Breads</title>
<link rel="stylesheet" href="assets/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="apple-mobile-web-app-capable" content="yes">
</head>
<body>
<h1>{title}</h1>
<section class="BreadDetail">
<div class="note">{note}</div>
<div class="images">
{images}
</div>
</section>
<p id="crumb"><a href="index.html">Back to gallery</a></p>
</body>
</html>