<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="index.css">
<!-- Google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap"
rel="stylesheet">
</head>
<body id="background-container">
<a href="https://scrimba.com/learn/frontend" target="_blank">
<div class="quotes-container" id="quotes-container">
<!-- Quotes here -->
</div>
</a>
<script src="index.js" type="module"></script>
</body>
</html>