Skip to content

Commit 3a54522

Browse files
updated index.html with static content
1 parent 05f0269 commit 3a54522

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

index.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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">
6+
<title>Hello Azure!</title>
7+
<style>
8+
body {
9+
background: linear-gradient(to right, #a1c4fd, #c2e9fb);
10+
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
11+
color: #333;
12+
text-align: center;
13+
padding-top: 15%;
14+
}
15+
h1 {
16+
font-size: 2.5rem;
17+
}
18+
p {
19+
font-size: 1.2rem;
20+
}
21+
</style>
22+
</head>
23+
<body>
24+
<h1>🚀 Racheal is live on Azure! ☁️🔥</h1>
25+
<p>This web app is powered by HTML and Azure magic ✨</p>
26+
</body>
27+
</html>

0 commit comments

Comments
 (0)