-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (21 loc) · 863 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
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://fonts.googleapis.com/css?family=Thasadith' rel='stylesheet'>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link href='https://fonts.googleapis.com/css?family=Barrio' rel='stylesheet'>
<link rel="stylesheet" href="style.css">
<title>pp</title>
</head>
<body>
<p >PP.</p>
</body>
<div class="byline">by Hetvi Bhansali</div>
<a href="welcome.html" >
<img src="goto.jpg" style=" margin:30px; margin-right: 100px; float: right;
"class="go" width="75" height="75" alt="" loading="lazy">
</a>
</html>