-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.html
21 lines (21 loc) · 935 Bytes
/
info.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="assets/css/style-2.css">
<link rel="stylesheet" type="text/css" href="vendors/css/grid.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap" rel="stylesheet">
<title>Info</title>
</head>
<body>
<div class="container">
<div class="head">
<h1 class="wel">we can , beat it <br/>
together</h1>
<div class="quote">
<p>We know that you must be very upset and sad but,<br/> just to let you know that we are here for your support at this time of emergency.<br/>#IndiaFightsBack<br/> #COVID-19<br/> #WeWillNotLose</p>
</div>
<a class="btn btn1" href="Contents.html">Get Started</a>
</div>
</div>
</body>
</html>