We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a76ff commit d543507Copy full SHA for d543507
projects/cat-api/index.html renamed to projects/photo-gallery/index.html
@@ -5,12 +5,12 @@
5
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
8
- <title>Get Random Photos</title>
+ <title>Photos Gallery</title>
9
<link rel="stylesheet" href="styles.css" />
10
</head>
11
<body>
12
<div class="container">
13
- <h1>Get Random Photos</h1>
+ <h1>Photos Gallery</h1>
14
15
<h2>Enter the number of photos</h2>
16
<input
projects/cat-api/index.js renamed to projects/photo-gallery/index.js
projects/cat-api/spinner.svg renamed to projects/photo-gallery/spinner.svg
projects/cat-api/styles.css renamed to projects/photo-gallery/styles.css
0 commit comments