File: index.html

package info (click to toggle)
ebview 0.3.6.2-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,856 kB
  • ctags: 3,305
  • sloc: ansic: 35,588; sh: 10,714; xml: 1,771; makefile: 608; yacc: 291
file content (14 lines) | stat: -rw-r--r-- 345 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<html>

<head>
  <meta http-equiv="Content-Type" content="text/html; charset=EUC-JP">
  <title>EBView ޥ˥奢</title>
</head>

<frameset cols="250,*" border="no">
  <frame src="menu.html" name="_menu">
  <frame src="body.html" name="_body" marginwidth="20">
</frameset>

</html>