Skip to content

Commit d6dec9d

Browse files
Create index.html
0 parents  commit d6dec9d

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

index.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>SubDomain Home Page</title>
6+
<style>
7+
body {
8+
font-family: Arial, sans-serif;
9+
background: #f8f9fa;
10+
color: #333;
11+
display: flex;
12+
align-items: center;
13+
justify-content: center;
14+
height: 100vh;
15+
margin: 0;
16+
flex-direction: column;
17+
}
18+
h1 {
19+
font-size: 2em;
20+
color: #007BFF;
21+
}
22+
p {
23+
font-size: 1.2em;
24+
}
25+
</style>
26+
</head>
27+
<body>
28+
<h1>Welcome to the SubDomain Home Page</h1>
29+
<p>Domain: <strong>summits.researchsummits.com</strong></p>
30+
<p>This domain is used for <strong>Mail only</strong>.</p>
31+
</body>
32+
</html>

0 commit comments

Comments
 (0)