Skip to content
Snippets Groups Projects
Commit b3ac319b authored by Eliott Collin's avatar Eliott Collin
Browse files

C1 fait

parent 7ad82b4b
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,8 @@
<link rel="stylesheet" href="css/news.css">
<link rel="stylesheet" href="css/pizzaList.css">
<link rel="stylesheet" href="css/footer.css">
<script src="src/main.js"></script>
</head>
<body>
<header>
......
console.log('Welcome to PizzaLand 🍕 !');
\ No newline at end of file
console.log('Welcome to', {title:'PizzaLand', emoji:'🍕'});
console.warn("Oh oh attention");
console.error("fatal error lol");
console.table([['Walter', 'White'], ['Skyler', 'White'], ['Saul', 'Goodman']]);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment