Skip to content

Commit af8715c

Browse files
Refactor index.html structure and add footer
1 parent e089535 commit af8715c

File tree

1 file changed

+27
-24
lines changed

1 file changed

+27
-24
lines changed

index.html

Lines changed: 27 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,38 @@
55
<title>Java Programming Practice | Core Java Examples</title>
66
<meta name="description" content="A complete Java programming practice repository covering basics, arrays, strings, loops, OOP concepts, and problem-solving examples.">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<link rel="stylesheet" href="style.css">
89
</head>
910
<body>
10-
<h1>Java Programming Practice</h1>
11+
<div class="container">
12+
<h1>Java Programming Practice</h1>
1113

12-
<p>
13-
This repository contains Java programming practice problems and examples,
14-
starting from basic concepts to intermediate problem-solving.
15-
</p>
14+
<p>
15+
This repository contains Java programming practice problems and examples,
16+
starting from basic concepts to intermediate problem-solving.
17+
</p>
1618

17-
<h2>Topics Covered</h2>
18-
<ul>
19-
<li>Java Basics</li>
20-
<li>Control Statements</li>
21-
<li>Arrays</li>
22-
<li>Strings</li>
23-
<li>Object-Oriented Programming</li>
24-
<li>Practice Problems</li>
25-
</ul>
19+
<h2>Topics Covered</h2>
20+
<ul>
21+
<li>Java Basics</li>
22+
<li>Control Statements</li>
23+
<li>Arrays</li>
24+
<li>Strings</li>
25+
<li>Object-Oriented Programming</li>
26+
<li>Practice Problems</li>
27+
</ul>
2628

27-
<h2>Repository</h2>
28-
<p>
29-
View the full source code on GitHub:
30-
<a href="https://github.com/curious-vasavi/Java_Programming_Practice">
31-
Java Programming Practice Repository
32-
</a>
33-
</p>
29+
<h2>Repository</h2>
30+
<p>
31+
View the full source code on GitHub:
32+
<a href="https://github.com/curious-vasavi/Java_Programming_Practice" target="_blank">
33+
Java Programming Practice Repository
34+
</a>
35+
</p>
3436

35-
<p>
36-
Updated regularly with new Java practice programs.
37-
</p>
37+
<div class="footer">
38+
Updated regularly with new Java practice programs.
39+
</div>
40+
</div>
3841
</body>
3942
</html>

0 commit comments

Comments
 (0)