-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
27 lines (22 loc) · 955 Bytes
/
index.html
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
<html lang="en">
<head>
<title>MuPIF web tools</title>
<link rel="stylesheet" href="./StyleBase.css">
<link rel="stylesheet" href="./StyleCommon.css">
</head>
<body>
<div id="mainpage_all">
<div class="vbox">
<div class="hbox gap20 justify_content_flex_start align_items_flex_start header">
<div class="mupif_logo_bgcolor"><img src="mupif-logo.png" class="mupif_logo"></div>
<h1>Web tools for Model API and Workflow development</h1>
<!-- <a href="./" class="button_big">Back</a>-->
</div>
<div class="mainpage_content vbox align_items_center gap20">
<a href="./api_generator.html" class="button_big">Model API generator</a>
<a href="./index_wecg.html" class="button_big">Workflow editor and code generator</a>
</div>
</div>
</div>
</body>
</html>