aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/mobile/base_top.html
blob: 6a6c5bd5f21439737ff576785b28de66b5c5821b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?py if (replythread and threads) or board: ?>
  <title>#{board_name}@Bienvenido a Internet Móvil</title>
<?py else: ?>
  <title>Bienvenido a Internet Móvil</title>
<?py #endif ?>
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <link rel="shortcut icon" href="#{static_url}img/favicon.ico" />
  <link rel="stylesheet" type="text/css" href="#{static_url}css/mobile.css?v=8" />
  <script type="text/javascript" src="#{static_url}js/mobile.js?v=9"></script>
</head>