-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFakebook_Friends_List.html
51 lines (33 loc) · 1.45 KB
/
Fakebook_Friends_List.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<style>
</style>
<head>
<style>
</style>
<meta charset="UTF-8">
<title> FAKEBOOK Search friends</title>
<link rel="stylesheet" type="text/css" href="/style.css">
</head>
<body class="background2">
<div class="top-left"> <img src="https://raw.githubusercontent.com/TurboProgramming/FakeBook/master/Fakebook_banner.png" style="width:256px;height:90px;border:0;"> </div>
<br><br><br><br>
<form action="/Fakebook_Login.html" class="top-left2">
<input type="submit" value="Log out">
</form>
<form action="/Fakebook_Main_Page.html" class="top-left3">
<input type="submit" value="Go to main page">
</form>
<form class="center">
<h1 class="center"><i><strong>Search results:</strong></h1>
<br>
<p>
<a href="/Fakebook_Izo.html"> <p style="font-size:30px;" style="color:black;" >Izo Saračević</p>
<img src="https://github.com/TurboProgramming/FakeBook/blob/master/profile_image.jpg?raw=true" style="width:256px;height:256px;border:0;"></a>
</p>
</form>
<form action="/Fakebook_Waiting_Friend_Confirmation.html" class="center">
<input type="submit" value="Add friend">
</form>
</body>
</html>