-
Notifications
You must be signed in to change notification settings - Fork 0
/
friends.html
23 lines (21 loc) · 939 Bytes
/
friends.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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">
<title>Friends</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body class="container page">
<p>If you are reading this, then you absolutely have clicked the red button.
If you are absolute about who this person is and you think you still need
to have a conversation around it with the person, then you can chat him up.
</p>
<p>
And be rest assurred this wouldn't change the kind of friend that you are to me.
</p>
</body>
</html>