Added favicon and meta html tags

This commit is contained in:
AlexKvazos
2015-04-28 23:11:38 -05:00
parent 0d32b48fce
commit ab39690647
2 changed files with 6 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

+6 -2
View File
@@ -1,10 +1,14 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Minecraft Chat | AlexKvazos</title>
<meta name="author" content="AlexKvazos">
<meta name="viewport" content="width=device-with, initial-scale=1, user-scalable=no">
<!-- styles and fonts -->
<link rel="shortcut icon" href="/favicon.png">
<link href='//fonts.googleapis.com/css?family=Source+Code+Pro' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="//bootswatch.com/cyborg/bootstrap.min.css">
<link rel="stylesheet" href="/css/style.css">