From 8942b0752c2263262f14b2afc196747503d202bf Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sun, 4 Apr 2021 09:21:07 -0400 Subject: [PATCH] update http headers --- .hintrc | 11 +++++++++-- demo/index.html | 9 ++++++--- demo/webcam.html | 11 ++++++++--- 3 files changed, 23 insertions(+), 8 deletions(-) diff --git a/.hintrc b/.hintrc index b68f2ca..a73d5f1 100644 --- a/.hintrc +++ b/.hintrc @@ -1,6 +1,13 @@ { + "extends": [ + "web-recommended" + ], + "browserslist": [ + "last 1 versions", + "not ie < 20" + ], "hints": { "no-inline-styles": "off", - "compat-api/html": "off" + "meta-charset-utf-8": "off" } -} \ No newline at end of file +} diff --git a/demo/index.html b/demo/index.html index 9393484..9364960 100644 --- a/demo/index.html +++ b/demo/index.html @@ -1,10 +1,13 @@ - - FaceAPI Static Images Demo - + + + + + + diff --git a/demo/webcam.html b/demo/webcam.html index ca7b161..5b17b02 100644 --- a/demo/webcam.html +++ b/demo/webcam.html @@ -1,10 +1,13 @@ - - FaceAPI Live WebCam Demo - + + + + + + @@ -13,3 +16,5 @@
+ +