Spaces:
Running
Running
Create PlanetQuantumLeap.html
Browse files
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>
|