Blame view
client/main.html
953 Bytes
f7c1860b5
|
1 2 |
<head> <meta charset="utf-8"> |
48c0461d6
|
3 4 |
<title>YoungDesk</title> <meta name="description" content="All your organization's need."> |
f7c1860b5
|
5 |
<meta name="viewport" content="initial-scale=1, minimal-ui, maximum-scale=1, minimum-scale=1" /> |
c3ee14b16
|
6 7 |
<link rel="shortcut icon" type="image/png" href="/favicon.png?v1" sizes="16x16 32x32 64x64"> <link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-precomposed.png"> |
d0099dd88
|
8 9 |
<!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css"> |
48c0461d6
|
10 11 12 13 14 15 16 17 18 19 20 |
<link href='https://fonts.googleapis.com/css?family=Alef' rel='stylesheet' type='text/css' /> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous" /> |
f7c1860b5
|
21 22 23 |
</head> <body> |
48c0461d6
|
24 |
<div id="app"></div> |
f7c1860b5
|
25 |
</body> |