-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathheader.php
More file actions
69 lines (59 loc) · 3.16 KB
/
header.php
File metadata and controls
69 lines (59 loc) · 3.16 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-84986821-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-84986821-2');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MW7K76T');</script>
<!-- End Google Tag Manager -->
<meta property="og:title" content="Sleeved.io">
<meta property="og:image" content="https://sleeved.io/preview.jpg">
<meta property="og:description" content="Automagically calculates all of the sleeves you need for your board & card games.">
<meta property="og:url" content="https://sleeved.io/">
<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="Samara Dionne" name="name">
<meta content="Automagically calculates all of the sleeves you need for your board & card games." name="description">
<meta content="sleeves, board games, games, sleeve, card, card game," 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="css/style.css?v=2.3.0" rel="stylesheet" type="text/css">
<link href="assets/fontawesome/all.min.css" rel="stylesheet">
<script src="//ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://unpkg.com/commentbox.io/dist/commentBox.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?v=2.3.0"></script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MW7K76T"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="wrapper index">
<header>
<div class="logo">
<a href="/"><img src="assets/sleeved_logo.svg" /></a>
</div>
<div class="form">
<form action="" class="form_search" method="get">
<input type="text" class="game-select" name="game" placeholder="Search..." />
<button type="submit" /><i class="far fa-search"></i></button>
<div class="import">
<a href="index_edit.php"><i class="fas fa-cloud-upload"></i></a>
</div>
</form>
</div>
</header>