-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (32 loc) · 2.04 KB
/
index.html
File metadata and controls
42 lines (32 loc) · 2.04 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
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Bhav Beri" />
<meta name="keywords" content="Bhav Beri, Beri, Bhavya Beri, Beri's Web" />
<meta name="google-site-verification" content="7EGolxEWflursYNNWKCfcqdaGZ_yeQNfuaKkYu38bCg" />
<!-- Real Favicon Generator -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#8ee9da">
<title>Beri's Web</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<link rel="stylesheet" href="./CSS/style-index.css" />
</head>
<body>
<!-- partial:index.partial.html -->
<h1 style="font-size:60px;" class="animate__animated animate__lightSpeedInLeft animate__delay-1s animate__slow"> <strong> Welcome To Beri's Web </strong></h1>
<!-- div class="btn-group mt-2 mb-4" role="group" aria-label="actionButtons">
<a href="https://codepen.io/P1N2O" target="_blank" class="d-block btn btn-outline-light"><i class="fas fa-th mr-2"></i>View other Works</a>
<a href="https://manuelpinto.in/" target="_blank" class="d-block btn btn-outline-light">Visit my Website<i class="fas fa-external-link-square-alt ml-2"></i></a>
</div> -->
<h6 class="text-light small font-weight-bold"><i class="fas fa-code"></i> with <i class="fas fa-heart"></i> by Bhav Beri.</h6>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/js/all.min.js" integrity="sha256-qM7QTJSlvtPSxVRjVWNM2OfTAz/3k5ovHOKmKXuYMO4=" crossorigin="anonymous"></script>
</body>
</html>