Skip to content

Commit 533c580

Browse files
committed
init
1 parent a9ebacd commit 533c580

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

index.html

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1 @@
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-
<style>
8-
body {
9-
font-family: Arial, sans-serif;
10-
text-align: center;
11-
margin: 50px;
12-
}
13-
h1 {
14-
color: #4CAF50;
15-
}
16-
p {
17-
font-size: 18px;
18-
color: #555;
19-
}
20-
</style>
21-
</head>
22-
<body>
23-
<h1>Welcome to My Page</h1>
24-
<p>This is a simple HTML example. Feel free to modify and expand it!</p>
25-
</body>
26-
</html>
1+
"Hello World"

0 commit comments

Comments
 (0)