[tor-commits] [snowflake/master] Add <title> to index.html and snowflake.html.
dcf at torproject.org
dcf at torproject.org
Mon Apr 16 00:23:22 UTC 2018
commit bcef2ee7fb9d155e4655eed3f8ef187f6be878ae
Author: David Fifield <david at bamsoftware.com>
Date: Sun Apr 15 17:22:25 2018 -0700
Add <title> to index.html and snowflake.html.
---
proxy/static/index.html | 1 +
proxy/static/snowflake.html | 1 +
2 files changed, 2 insertions(+)
diff --git a/proxy/static/index.html b/proxy/static/index.html
index f0beced..ebd6a79 100644
--- a/proxy/static/index.html
+++ b/proxy/static/index.html
@@ -2,6 +2,7 @@
<html>
<head>
+<title>Snowflake</title>
<style>
body {
text-align: center; margin: auto;
diff --git a/proxy/static/snowflake.html b/proxy/static/snowflake.html
index c2bcef5..3a1cdb9 100644
--- a/proxy/static/snowflake.html
+++ b/proxy/static/snowflake.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<head>
+ <title>Snowflake</title>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<script type="text/javascript" src="modernizr.js"></script>
<script type="text/javascript" src="snowflake.js"></script>
More information about the tor-commits
mailing list