initial
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<section class="BreadThumb" onclick="location.href='{detail_url}'">
|
||||
<header><a href="{detail_url}">{title}</a></header>
|
||||
<img src="{img_src}" alt="{img_alt}">
|
||||
</section>
|
||||
@@ -0,0 +1,23 @@
|
||||
<!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>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,19 @@
|
||||
<!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>Piggo's Bread Gallery</h1>
|
||||
|
||||
<div class="MainGallery">
|
||||
{breads}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user