-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
22 lines (22 loc) · 1003 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<title>Himalaya Digital Consultant</title>
</head>
<body>
<div class="container">
<div style="height: 100vh;">
<div class="row flex-column justify-content-center align-items-center h-100">
<div style="height: 400px; width: 600px;" class="my-4 text-secondary">
<img class="w-100 h-100" src="./Building blocks-pana.svg" alt="">
</div>
<p style="color: salmon; font-size: 50px; font-family: monospace;">Himalaya Digital Consultant</p>
<p class="text-secondary" style="font-weight: bold; font-size: 15px;">Coming Soon. Website Under Construction.</p>
</div>
</div>
</div>
</body>
</html>