Merge pull request #94 from Hersonmei/master

Add class="title"
This commit is contained in:
Brad Traversy 2022-09-14 10:45:38 -04:00 committed by GitHub
commit 7027a00447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
<title>Random Image Feed</title>
</head>
<body>
<h1>Random Image Feed</h1>
<h1 class="title">Random Image Feed</h1>
<div class="container"></div>
<script src="script.js"></script>