-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdocumentation.html
More file actions
31 lines (27 loc) · 932 Bytes
/
Copy pathdocumentation.html
File metadata and controls
31 lines (27 loc) · 932 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<title>SLEEC</title>
<meta name="description" content="Welcome to SLEECVAL">
</head>
<body>
<div id="header" class="center">
<a href="index.html"><img src="images/logo-sleec.png" width="100" height="90"></a>
<h2 style="color:purple; font-size:33px;">SLEECVAL: Specification and Validation of Normative Rules</h2>
</div>
<div id="menue" class="center">
<ul>
<li><a class="menu-link menu-active" href="index.html">Home</a></li>
<li><a class="menu-link" href="download.html">Download</a></li>
<li><a class="menu-link" href="documentation.html">Documentation</a></li>
</ul>
</div>
<center>
<object data="manual.pdf"
width="800"
height="800">
</object>
</center>
</body>
</html>