Blame view

client/main.html 804 Bytes
f7c1860b5   tmcdeveloper   add basic accepta...
1
2
  <head>
    <meta charset="utf-8">
48c0461d6   Deepak   some more file re...
3
4
    <title>YoungDesk</title>
    <meta name="description" content="All your organization's need.">
f7c1860b5   tmcdeveloper   add basic accepta...
5
    <meta name="viewport" content="initial-scale=1, minimal-ui, maximum-scale=1, minimum-scale=1" />
c3ee14b16   Beau Harrison   Change icon hrefs...
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">
48c0461d6   Deepak   some more file re...
8
9
10
11
12
13
14
15
16
17
18
    <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   tmcdeveloper   add basic accepta...
19
20
21
  </head>
  
  <body>
48c0461d6   Deepak   some more file re...
22
    <div id="app"></div>
f7c1860b5   tmcdeveloper   add basic accepta...
23
  </body>