File: header-html5-test.html

package info (click to toggle)
clj-http-clojure 3.12.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 600 kB
  • sloc: makefile: 16
file content (24 lines) | stat: -rw-r--r-- 968 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!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" xml:lang="ja" lang="ja">

<head>
<!--// title_start //-->
<title>titletext</title>
<!--// title_end //-->
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="/styles/Y3home.css" />
<script type="text/javascript" src="/scripts/Y3.js"></script>
<link rel="stylesheet" type="text/css" href="/styles/common_print.css" media="print" />
<meta name="description" content="foo" />
<meta name="keywords" content="bar" />

<script type="text/javascript">foo</script>

<meta property="og:image" content="foo" />
<link rel="mixi-check-image" type="image/jpeg" href="bar.jpg" />
</head>
<body id="d1-news">
This is the body
</body>
</html>