We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 559edf4 + cea915a commit b7ad979Copy full SHA for b7ad979
.hintrc
@@ -0,0 +1,11 @@
1
+{
2
+ "extends": [
3
+ "development"
4
+ ],
5
+ "hints": {
6
+ "meta-viewport": "off"
7
+ }
8
+}
9
+
10
11
+//This is the configuration file for the VSCode extension called webhint, it identifies accessibilty errors in code
binderhub/templates/page.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
+ <meta charset="utf-8">
<title>{% block title %}Binder{% endblock %}</title>
{% block meta_social %}
{# Social media previews #}
0 commit comments