-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathheader_edit.php
More file actions
50 lines (42 loc) · 1.75 KB
/
header_edit.php
File metadata and controls
50 lines (42 loc) · 1.75 KB
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
<?php
include_once("login_session.php");
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta content="width=device-width,initial-scale=1" name="viewport">
<title>Sleeved.io - How many sleeves do YOU need?</title>
<meta content="name" name="author">
<meta content="description here" name="description">
<meta content="keywords, here" name="keywords">
<link href="assets/fav.ico" rel="shortcut icon">
<link href="https://fonts.googleapis.com/css?family=Hind:400,600|Montserrat:400,600,700" rel="stylesheet">
<link rel="stylesheet" href="assets/EasyAutocomplete-1.3.5/easy-autocomplete.min.css">
<link href="assets/fontawesome/all.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet" type="text/css">
<!-- <script src="//ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> -->
<script src="js/jquery-3.1.1.min.js"></script>
<script src="assets/EasyAutocomplete-1.3.5/jquery.easy-autocomplete.min.js"></script>
<script src="js/script.js"></script>
</head>
<body>
<div class="wrapper edit">
<header>
<div class="logo">
<a href="/"><img src="assets/sleeved_logo.svg" /></a>
</div>
<div class="form">
<form action="" class="form_search_edit" method="get">
<input type="text" class="game-select" name="game" placeholder="Search..." />
<button type="submit" /><i class="far fa-search"></i></button>
</form>
</div>
<div class="edit_game">
<a href="index_edit.php"><i class="far fa-pen"></i></a>
</div>
<div class="add_game">
<span><i class="far fa-plus-square"></i></span>
</div>
</header>
<div class="search">