Skip to content
Open

test #165

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projects": {
"default": "fireship-lessons"
"default": "test-4b7c4"
}
}
Binary file added corgi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devops",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
Binary file added public/corgi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<script defer src="bundle.js"></script>
</head>
<body>
<h1>What day is it? 😕</h1>
<h2>Today is <span id="day">?</span></h2>
<h1>Wat eten we vandaag? 😕</h1>
<h2>We eten frietjes met een visburger <span id="day">?</span></h2>

<img src="pug.jpg" width="500" alt="pug">
<img src="corgi.jpg" width="500" alt="corgi">
</body>
</html>
</html>