-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
34 lines (30 loc) · 1.25 KB
/
about.html
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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/fonts.css">
<script src="https://ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools-yui-compressed.js"></script>
<script type="text/javascript" src="js/vector.js"></script>
<script type="text/javascript" src="js/map-mootools.js"></script>
<script type="text/javascript" src="js/view.js"></script>
<title>Corona KR</title>
</head>
<body>
<header>
<div class="navbarr2">
<a class="nav-link" href="index.html">Home</a>
<a class="nav-link" href="prevention.html">Prevention</a>
<a class="nav-link active" href="news.html">News</a>
<a class="nav-link" href="about.html">About</a>
</div>
</header>
<div class = "about">
<h2> Who we are?</h2>
<b><h5>We are developers who are passionate about changing the world for better life</h5></b>
</div>
</body>
</html>