Add doctype, cleanup metas, add no-index rule.

Re-do debba5b2e5
This commit is contained in:
opi 2014-05-27 17:24:59 +02:00
parent bbb94997e0
commit 2e3ee8ebc7

View file

@ -1,9 +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>{{t_portal}}</title> <title>{{t_portal}}</title>
<meta name="robots" content="noindex, nofollow">
<link rel="stylesheet" href="assets/css/artichaut.css"> <link rel="stylesheet" href="assets/css/artichaut.css">
<link rel="stylesheet" href="assets/css/artichaut-col.css"> <link rel="stylesheet" href="assets/css/artichaut-col.css">
<link rel="stylesheet" href="assets/css/artichaut-messages.css"> <link rel="stylesheet" href="assets/css/artichaut-messages.css">