Commit 95e3319293d461ec6350ef18f14b5f3aea89ff67
1 parent
d6759db5
test
Showing
2 changed files
with
3 additions
and
5 deletions
400-SOURCECODE/AIAHTML5.Web/Web.config
... | ... | @@ -40,10 +40,10 @@ |
40 | 40 | <!--<clientCache cacheControlMode="DisableCache" />--> |
41 | 41 | <remove fileExtension=".woff" /> |
42 | 42 | <mimeMap fileExtension=".woff" mimeType="application/font-woff" /> |
43 | - <!--<mimeMap fileExtension=".json" mimeType="application/json" />--> | |
44 | 43 | <mimeMap fileExtension=".mp3" mimeType="audio/mpeg" /> |
45 | 44 | <mimeMap fileExtension=".vtt" mimeType="text/vtt" /> |
46 | - <!--<mimeMap fileExtension=".json" mimeType="application/json" />--> | |
45 | + <mimeMap fileExtension=".json" mimeType="application/json" /> | |
46 | + | |
47 | 47 | <!--<mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />--> |
48 | 48 | |
49 | 49 | ... | ... |
400-SOURCECODE/AIAHTML5.Web/index.html
... | ... | @@ -15,9 +15,7 @@ |
15 | 15 | <link href="themes/default/css/bootstrap/3.3.6/secondeffect.css" rel="stylesheet" /> |
16 | 16 | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> |
17 | 17 | <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600,400italic"> |
18 | - | |
19 | - | |
20 | - | |
18 | + | |
21 | 19 | <!--<link rel="styleSheet" href="themes/default/css/uigrid/ui-grid.min.css" />--> |
22 | 20 | <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
23 | 21 | <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | ... | ... |