Added link to font-awesome and google font api. Also set the margin: 0 for body.

This commit is contained in:
2017-08-31 13:16:06 +02:00
parent 5706c02a5d
commit bd3d8f385b

View File

@@ -2,9 +2,11 @@
<html>
<head>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<title>seasoned Shows</title>
</head>
<body>
<body style='margin: 0'>
<div id="root">
</div>