MVPilgrim commited on
Commit
9230644
·
verified ·
1 Parent(s): 4dd686a

Create PlanetQuantumLeap.html

Browse files
Files changed (1) hide show
  1. inputDocs/PlanetQuantumLeap.html +13 -0
inputDocs/PlanetQuantumLeap.html ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Simple HTML Page</title>
7
+ </head>
8
+ <body>
9
+ <h1>Welcome to My Simple HTML Page</h1>
10
+ <p>This is a paragraph of text on the page.</p>
11
+ <a href="https://www.example.com">Visit Example.com</a>
12
+ </body>
13
+ </html>