mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Add <title> to index.html and snowflake.html.
This commit is contained in:
parent
01d1f951e5
commit
bcef2ee7fb
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<title>Snowflake</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
text-align: center; margin: auto;
|
text-align: center; margin: auto;
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<title>Snowflake</title>
|
||||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
||||||
<script type="text/javascript" src="modernizr.js"></script>
|
<script type="text/javascript" src="modernizr.js"></script>
|
||||||
<script type="text/javascript" src="snowflake.js"></script>
|
<script type="text/javascript" src="snowflake.js"></script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue