-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (22 loc) · 1.06 KB
/
index.html
File metadata and controls
26 lines (22 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<title>Operaton</title>
<!--<link rel="stylesheet" type="text/css" href="/css/style.css">-->
<link rel="stylesheet" type="text/css" href="/css/dmn/dmn-js-shared.css" media="screen">
<link rel="stylesheet" type="text/css" href="/css/dmn/dmn-js-decision-table.css" media="screen">
<link rel="stylesheet" type="text/css" href="/css/dmn/dmn-js-drd.css" media="screen">
<link rel="stylesheet" type="text/css" href="/css/dmn/dmn-js-literal-expression.css" media="screen">
<link rel="stylesheet" type="text/css" href="/css/dmn/dmn-font.css" media="screen">
</head>
<body id="app">
<noscript>
The Operaton web apps require JavaScript for usage.
</noscript>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>