We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c9fbf commit 7af0b7dCopy full SHA for 7af0b7d
1 file changed
index2.html
@@ -0,0 +1,26 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <title>My Text Site</title>
6
+ <link rel="stylesheet" href="style.css">
7
+</head>
8
+<body>
9
+
10
+ <h1>Welcome to My Site</h1>
11
+ <p>This is a simple, text-based website. It is designed to be readable and fast.</p>
12
13
+ <div class="theblueguy">
14
+ This is a special section with a slightly lighter background, defined by the ".theblueguy" class in your CSS.
15
+ </div>
16
17
+ <hr>
18
19
+ <h2>Subheading</h2>
20
+ <p>You can add links too. Here is a link to <a href="https://google.com">Google</a>.</p>
21
22
+ <h3>Another Section</h3>
23
+ <p>The layout is centered with wide margins, making it look like a document or a clean blog post.</p>
24
25
+</body>
26
+</html>
0 commit comments