forked from bnglViz/RuleHub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtools.html
More file actions
30 lines (24 loc) · 1.06 KB
/
Copy pathtools.html
File metadata and controls
30 lines (24 loc) · 1.06 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>RuleHub Models Metadata</title>
<link rel="stylesheet" href="index.css" />
<script src="https://cdn.jsdelivr.net/npm/js-yaml@4/dist/js-yaml.min.js"></script>
<script src="index.js" defer></script>
</head>
<body>
<header class="site-header">
<h1>RuleHub</h1>
<h2>World of Rule-Based Models</h2>
<nav class="main-nav">
<a href="workingindex.html"><svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="24" height="24" viewBox="0 0 24 24">
<path d="M 12 2.0996094 L 1 12 L 4 12 L 4 21 L 11 21 L 11 15 L 13 15 L 13 21 L 20 21 L 20 12 L 23 12 L 12 2.0996094 z M 12 4.7910156 L 18 10.191406 L 18 11 L 18 19 L 15 19 L 15 13 L 9 13 L 9 19 L 6 19 L 6 10.191406 L 12 4.7910156 z"></path>
</svg>Models</a>
<a href="description.html">Rule-Based Modeling</a>
<a href="publications.html">Publications</a>
<a href="tools.html" class="active">Tools</a>
<a href="about.html">About</a>
</nav>
</header>