Blame view

client/main.html 1.47 KB
f7c1860b5   tmcdeveloper   add basic accepta...
1
  <head>
935104750   anuj_thakur   header intigration
2
3
4
5
6
7
8
9
      <meta charset="utf-8">
      <title>YoungDesk</title>
      <meta name="description" content="All your organization's need.">
      <meta name="viewport" content="initial-scale=1, minimal-ui, maximum-scale=1, minimum-scale=1" />
      <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">
      <!-- Latest compiled and minified CSS -->
      <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css">
d0099dd88   Deepak   student detail pa...
10

935104750   anuj_thakur   header intigration
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
      <link
          href='https://fonts.googleapis.com/css?family=Alef'
          rel='stylesheet'
          type='text/css'
          />
  
      <link href="css/assets/css/icons/icomoon/styles.css" rel="stylesheet" type="text/css">
      <link href="css/assets/css/bootstrap.css" rel="stylesheet" type="text/css">
      <link href="css/assets/css/core.css" rel="stylesheet" type="text/css">
      <link href="css/assets/css/components.css" rel="stylesheet" type="text/css">
      <link href="css/assets/css/colors.css" rel="stylesheet" type="text/css">
      <link href="https://fonts.googleapis.com/css?family=Alef" rel='stylesheet'>
      
      <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...
30
31
32
  </head>
  
  <body>
935104750   anuj_thakur   header intigration
33
      <div id="app"></div>
f7c1860b5   tmcdeveloper   add basic accepta...
34
  </body>