Make responsive

This commit is contained in:
Jonathan Cremin 2015-01-18 15:51:01 +00:00
parent add70a4727
commit 45e206e298
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,8 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/static/style.css" />
<title>minie links!</title>
</head>