Skip to content

Commit 0a32bc0

Browse files
Update content structure in index2.html
Replaced main content with a preformatted block for better readability.
1 parent f63b0b4 commit 0a32bc0

1 file changed

Lines changed: 4 additions & 16 deletions

File tree

index2.html

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,9 @@
66
<link rel="stylesheet" href="style2.css">
77
</head>
88
<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-
9+
<pre style="word-wrap: break-word; white-space: pre-wrap;">
10+
Welcome to My Site
11+
This is a simple, text-based website. It is designed to be readable and fast.
12+
</pre>
2513
</body>
2614
</html>

0 commit comments

Comments
 (0)