mirror of
https://github.com/bendtherules/slide_in_demo.git
synced 2026-08-18 13:52:00 +00:00
19 lines
267 B
JavaScript
19 lines
267 B
JavaScript
data = {
|
|
header:"Are you looking for <span class='highlight quote'>Some dresses</span>?",
|
|
content: [
|
|
{
|
|
text:"Cotton White Dresses",
|
|
images: [
|
|
"g2.jpg",
|
|
"p1.jpg"
|
|
]
|
|
},
|
|
{
|
|
text:"Other Dresses",
|
|
images: [
|
|
"b1.jpg",
|
|
"h3.jpg"
|
|
]
|
|
}
|
|
]
|
|
} |