-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
37 lines (28 loc) · 1.29 KB
/
footer.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
<!DOCTYPE html>
<html>
<head>
<title>Find Me A Support - League of Legends</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<!-- Bootstrap -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Cinzel|Montserrat' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div style="background-color:black; outline:grey double thin; position:fixed;
bottom:0; width:100%;">
<p style="">
<center><small style="color:#B5B5B5; font-size:0.9em;">Follow us on <a href='https://twitter.com/abrarisme/lists/renderless'>
Twitter. </a>Send us a <a href="mailto:[email protected]">message. </a>FindMeASupport is not
endorsed by and does not reflect the views or opinions of Riot Games, Inc. or any of its affilates.
</small></center>
</p>
</div>
</body>
</html>