ibrahim321123 commited on
Commit
b720ff6
·
verified ·
1 Parent(s): b95c046

Create index.html

Browse files
Files changed (1) hide show
  1. index.html +13 -0
index.html ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <title>Fact Widget Test</title>
6
+ </head>
7
+ <body>
8
+ <h2>Embedded Fun Fact:</h2>
9
+ <div id="fact-widget">Loading fact...</div>
10
+
11
+ <script src="./widget.js"></script>
12
+ </body>
13
+ </html>