-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (42 loc) · 1.58 KB
/
index.html
File metadata and controls
47 lines (42 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>FMVDM</title>
<meta name="description" content="FMVDM">
<link rel="stylesheet" href="common/css/normalize.css">
<link rel="stylesheet" href="common/css/style.css">
</head>
<body>
<div id="page">
<header id="pageHead">
<h1 id="siteTitle"><a style="text-decoration: none;" href="/index.html">FMVDM</a></h1>
<p>
[English]
<a href="index-ja.html">[日本語]</a>
</p>
<nav class="globalNavi">
<ul>
<li><a href="/vdmtools/index.html">vdmtools</a></li>
<li><a href="/doc/index.html">doc</a></li>
<li><a href="/tools/index.html">tools</a></li>
<li><a href="/links/index.html">links</a></li>
</ul>
</nav>
</header>
<p class="topicPath">top</p>
<div id="pageBody">
<div id="pageBodyMain">
<table style="border: hidden;">
<tr style="border: hidden;"><td><a href="/vdmtools/index.html">vdmtools</a></td><td>Binary packages of VDMTools</td></tr>
<tr style="border: hidden;"><td><a href="/doc/index.html">doc</a></td><td>Documentation for VDMTools and VDM</td></tr>
<tr style="border: hidden;"><td><a href="/tools/index.html">tools</a></td><td>Related tools for VDM</td></tr>
<tr style="border: hidden;"><td><a href="/links/index.html">links</a></td><td>Links for external VDM information sites</td></tr>
</table>
contact us to inq @ fmvdm.org
</div>
</div>
<p class="pagetop"><a href="#page">Return to the top of this page</a></p>
</div>
</body>
</html>