File: index.html

package info (click to toggle)
chemical-structures 2.2.dfsg.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,808 kB
  • sloc: xml: 7,224; javascript: 1,194; python: 993; sh: 51; makefile: 42
file content (20 lines) | stat: -rw-r--r-- 839 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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Chemical-Structures</title>
    <link rel="stylesheet" type="text/css" href="styles/style.css" />
    <link rel="shortcut icon" href="images/favicon.ico" />
  </head>
  <body>
      <ul>
          <li><a href="index_de.html">Deutsch</a></li>
          <li><a href="index_en.html">English</a></li>
          <li><a href="index_es.html">Español</a></li>
          <li><a href="index_fr.html">Français</a></li>
          <li><a href="index_nl.html">Nederlands</a></li>
          <li><a href="index_tw.html">文言</a></li>
      </ul>
  </body>
</html>