Did_you_know / index.html
ibrahim321123's picture
Create index.html
b720ff6 verified
raw
history blame contribute delete
247 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Fact Widget Test</title>
</head>
<body>
<h2>Embedded Fun Fact:</h2>
<div id="fact-widget">Loading fact...</div>
<script src="./widget.js"></script>
</body>
</html>