Merge pull request #7 from opi/patch-1

Add doctype, cleanup metas
This commit is contained in:
Alexis Gavoty 2014-04-25 11:58:54 +02:00
commit 502427e63b

View file

@ -1,10 +1,11 @@
<!DOCTYPE html>
<html> <html>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
<head> <head>
<meta charset="utf-8">
<meta name="format-detection" content="telephone=no" /> <meta name="format-detection" content="telephone=no" />
<meta name="viewport" content="user-scalable=no, width=device-width, height=device-height" /> <meta name="viewport" content="user-scalable=no, width=device-width, height=device-height" />
<title>YunoHost Portal</title> <title>YunoHost Portal</title>
<link rel="stylesheet" href="assets/css/bootstrap.min.css" type="text/css"/> <link rel="stylesheet" href="assets/css/bootstrap.min.css" type="text/css" />
<script src="assets/js/jquery-1.10.2.min.js"></script> <script src="assets/js/jquery-1.10.2.min.js"></script>
</head> </head>
<body> <body>