aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates
diff options
context:
space:
mode:
authorFrançois Schmidts <francois.schmidts@gmail.com>2016-01-22 17:26:56 +0100
committerFrançois Schmidts <francois.schmidts@gmail.com>2016-01-26 23:47:08 +0100
commitc542f58b99e0bd625f52e1ac9c3d2ad7d9ee4bd5 (patch)
treeca2f7414a53f2596dad44c4859a6310ce5ed0396 /src/web/templates
parentfilters are working ! (diff)
downloadnewspipe-c542f58b99e0bd625f52e1ac9c3d2ad7d9ee4bd5.tar.gz
newspipe-c542f58b99e0bd625f52e1ac9c3d2ad7d9ee4bd5.tar.bz2
newspipe-c542f58b99e0bd625f52e1ac9c3d2ad7d9ee4bd5.zip
adding basic bootstrap
Diffstat (limited to 'src/web/templates')
-rw-r--r--src/web/templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/templates/layout.html b/src/web/templates/layout.html
index 0b2f371d..02eb3473 100644
--- a/src/web/templates/layout.html
+++ b/src/web/templates/layout.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
{% block head %}
<meta charset="utf-8">
bgstack15