Explicitly set UTF content type
This commit is contained in:
@@ -3,10 +3,11 @@
|
|||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<title>Todo.txt: Future-proof task tracking in a file you control</title>
|
<title>Todo.txt: Future-proof task tracking in a file you control</title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
|
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
|
||||||
<link rel="stylesheet" type="text/css" href="css/bootstrap-responsive.css"/>
|
<link rel="stylesheet" type="text/css" href="css/bootstrap-responsive.css"/>
|
||||||
<link rel="stylesheet" type="text/css" href="css/style.css"/>
|
<link rel="stylesheet" type="text/css" href="css/style.css"/>
|
||||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,700' rel='stylesheet' type='text/css'>
|
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,600,700" rel="stylesheet" type="text/css" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="description" content="Track your tasks and projects in a plain text file, todo.txt. A todo.txt is software and operating system agnostic; it's searchable, portable, lightweight and easily manipulated." />
|
<meta name="description" content="Track your tasks and projects in a plain text file, todo.txt. A todo.txt is software and operating system agnostic; it's searchable, portable, lightweight and easily manipulated." />
|
||||||
<meta name="keywords" content="Todo.txt, To do list" />
|
<meta name="keywords" content="Todo.txt, To do list" />
|
||||||
|
|||||||
Reference in New Issue
Block a user