adding font and mobile scaling tags
This commit is contained in:
parent
ba486f340d
commit
73ac7fd36d
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>File Browser</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
|
||||
|
||||
<link href="css/vendor/normalize.css" rel="stylesheet" type="text/css">
|
||||
<link href="css/vendor/skeleton.css" rel="stylesheet" type="text/css">
|
||||
|
|
Loading…
Reference in a new issue