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