Skip to content
Snippets Groups Projects
Select Git revision
  • d5f64a7d3ace13b42494e6a32318e13aeb5e96d4
  • master default protected
2 results

run.sh

Blame
  • main.js 543 B
    const data = [
    	{
    		nom: 'Regina',
    		base: 'tomate',
    		prix_petite: 6.5,
    		prix_grande: 9.95,
    		image: 'https://images.unsplash.com/photo-1532246420286-127bcd803104?fit=crop&w=500&h=300'
    	},
    	{
    		nom: 'Napolitaine',
    		base: 'tomate',
    		prix_petite: 6.5,
    		prix_grande: 8.95,
    		image: 'https://images.unsplash.com/photo-1562707666-0ef112b353e0?&fit=crop&w=500&h=300'
    	},
    	{
    		nom: 'Spicy',
    		base: 'crème',
    		prix_petite: 5.5,
    		prix_grande: 8,
    		image: 'https://images.unsplash.com/photo-1458642849426-cfb724f15ef7?fit=crop&w=500&h=300'
    	}
    ];