-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (32 loc) · 1.36 KB
/
index.html
File metadata and controls
35 lines (32 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<title>LinkLeaf</title>
</head>
<body>
<div class="container">
<div class="row h-100 align-items-center">
<div class="col-md-6">
<img src="/assets/images/Construction.png" alt="" width="100%">
</div>
<div class="col-md-6 d-flex flex-column">
<div class="content">
<h2 class="Logo" ><b>Link <span style="color:rgb(0, 102, 0)">Leaf</span></b></h2>
<h1>Under Construction</h1>
<p>Here is something New being Constructed. Wait for us to develop it completely</p>
<a href="/about.html">Read About This Project</a>
</div>
</div>
</div>
</div>
<div align="center" class="footer fixed-bottom">
LinkLeaf© powered by <a href="https://github.com/faatehsultan">Faateh Sultan</a>
</div>
</body>
</html>