This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html style="width:100%; height:100%; overflow:hidden"> | |
<head> | |
<style type="text/css"> | |
body { | |
background: url("http://web.mit.edu/birkanu/www/popdeals-logo.png"); | |
width: 100%; | |
height: 100%; | |
overflow: hidden; | |
margin: 0; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "restaurants": [ | |
{ | |
"name":"Au Bon Pain", | |
"icon":"http://mit.edu/birkanu/www/abp-logo.png", | |
"background":"http://mit.edu/birkanu/www/abp.jpg", | |
"address":"238 Main St., Cambridge, MA 02142", | |
"deal":"Free Chocolate Croissant with every Sandwich purchase!" | |
}, | |
{ | |
"name":"Chipotle Mexican Grill", |