dodex-vertx
Version:
A java asynchronous server for Dodex and Dodex-mess
36 lines (35 loc) • 909 B
JavaScript
return {
cards: {
card1: {
tab: "A",
front: {
content: `<div><a href="https://www.aaa.com/stop/" target="_">AAA</a></div>`
},
back: {
content: `<div><a href="https://seniordriving.aaa.com/" target="_">AAA for Seniors</a></div>`
}
},
card2: {
tab: "B",
front: {
"content": `<div><a href="https://www.bbb.org/" target="_">Better Business</a></div>`
},
back: {
content: ""
}
},
card28: {
tab: "N01",
front: {
content: `<table class="demo"><row><td id="one"><div><a href="https://news.google.com/?hl=en-US&tab=wn&gl=US&ceid=US:en" target="_">Google News</a></div></td>
<td id="one"><div><a href="https://www.yahoo.com/" target="_">Yahoo News</a></div></td>
<td id="one"><div><a href="https://news.microsoft.com/" target="_">Microsoft News</a></div></td>
</row></table>
`
},
back: {
content: ``
}
}
}
}