Skip to content

Instantly share code, notes, and snippets.

@belsayed
belsayed / index.html
Created December 27, 2022 19:39
Inspirational qoute
<body>
<header>
<img src='https://www.onetrust.com/wp-content/themes/onetrust/images/OT-logo-green-158x50.svg' alt="Logo">
<h1>Quote Of The day</h1>
</header>
<div id="quote-container"></div>
<script src="script.js"></script>
<footer>
<span>Demo Page. 2023. OneTrust </span>
</footer>