-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (51 loc) · 1.4 KB
/
index.html
File metadata and controls
56 lines (51 loc) · 1.4 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
48
49
50
51
52
53
54
55
56
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<title>Mazak</title>
<style>
body {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
h1 {
font-size: 1.5em;
}
.section-divider {
border: none;
border-top: 2px solid #bbb;
margin: 1em 0 0em 0;
padding-top: 0.25em;
}
h2 {
font-size: 1.35em;
}
.indent {
margin-left: 3em;
}
</style>
</head>
<body>
<h1 class="section-divider">Machine Examples</h1>
<ul>
<li><a href="Mazak.html">Mazak</a></li>
<li><a href="OKUMA.html">Okuma</a></li>
</ul>
<h1 class="section-divider">Machine Ontology</h1>
<ul>
<li><a href="MTConnect.html">MTConnect Machine Description</a></li>
<li><a href="mtconnect.rdf">MTConnect Machine Ontology</a></li>
</ul>
<h1 class="section-divider">Sample Machine Type Models</h1>
<ul>
<li><a href="Mazak.rdf">Mazak.rdf</a></li>
<li><a href="OKUMA.rdf">Okuma.rdf</a></li>
</ul>
<h1 class="section-divider">Sample Machine Particulars</h1>
<ul>
<li><a href="Mazak-Data.rdf">Mazak-Data.rdf</a></li>
<li><a href="OKUMA-Data.rdf">Okuma-Data.rdf</a></li>
</ul>
<h1 class="section-divider">Sample Machine Particulars</h1>
<p>GitHub Repository: <a href="https://github.com/iofoundry/example-syseng-mtconnect">example-syseng-mtconnect</a></p>
</body>
</html>