-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtrade_sell-shops.php
43 lines (36 loc) · 1.64 KB
/
trade_sell-shops.php
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
<?php
include_once("bootstrap.php");
include_once("header.inc.php");
include_once("navbar.inc.php");
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Epicards | Feed</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0" crossorigin="anonymous"></script>
<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="css/trade_sell.css">
<link rel="stylesheet" href="css/trade_sell-shops.css">
<link rel="stylesheet" href="css/bottom-navbar/trade_sell_bar.css">
<link rel="icon" type="image/x-icon" href="/upload/favicon.png">
</head>
<body>
<a href="search_buy_sell.php">
<div class="search">
<input type="text" id="name-input" placeholder="Search for users, cards and shops" name="current-search" class="form_input card_input">
<button id="search-button" class="search_btn"><img src="assets/search_icon.svg" alt="search button" class="search_btn">
</button>
</div>
</a>
<div class="trade_sell_container">
<div class="top_links">
<a href="trade_sell.php" class="friends_link">Feed</a>
<span class="vl_line"></span>
<a href="trade_sell-shops.php" class="shops_link">Shops</a>
</div>
</body>
</html>