mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-18 20:33:28 +02:00
Added favicon and meta html tags
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user