|
2 | 2 | <html> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui"> |
5 | 6 | <title>OneTask</title> |
6 | 7 |
|
7 | | - <!-- CSS imports --> |
| 8 | + <!-- Vuetify Material Design --> |
| 9 | + <link href='https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons' rel="stylesheet"> |
| 10 | + <link href="https://unpkg.com/vuetify/dist/vuetify.min.css" rel="stylesheet" type="text/css"></link> |
| 11 | + |
| 12 | + <!-- jQuery --> |
8 | 13 | <script |
9 | 14 | src="https://code.jquery.com/jquery-3.1.1.min.js" |
10 | 15 | integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" |
11 | 16 | crossorigin="anonymous"></script> |
| 17 | + |
| 18 | + <!-- semantic.js --> |
12 | 19 | <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.7/semantic.min.css"> |
13 | | - <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.7/semantic.min.css"> |
14 | | - <script |
15 | | - src="https://code.jquery.com/jquery-3.1.1.min.js" |
16 | | - integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" |
17 | | - crossorigin="anonymous"></script> |
| 20 | + <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.7/semantic.min.css"> |
18 | 21 | <script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.7/semantic.min.js"></script> |
| 22 | + |
| 23 | + |
| 24 | + <!-- For alert boxes |
19 | 25 | <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.css"> |
20 | 26 | <script src="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.js"></script> |
21 | | - |
| 27 | + --> |
| 28 | + |
22 | 29 | <!-- Bootstrap --> |
23 | 30 | <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> |
24 | 31 | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> |
25 | 32 |
|
| 33 | + <!-- Material Design |
| 34 | + <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic"> |
| 35 | + <link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons"> |
| 36 | + --> |
| 37 | + |
| 38 | + |
26 | 39 | </head> |
27 | 40 | <body> |
28 | 41 | <div id="app"></div> |
|
0 commit comments