-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (20 loc) · 1.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Logické systémy - Konečné stavové automaty</title>
<link rel="stylesheet" type="text/css" href="/assets/styles/bootstrap.css"/>
<link rel="stylesheet" type="text/css" href="/assets/styles/bootstrap-select.css"/>
<link rel="stylesheet" type="text/css" href="/assets/styles/fontawesome.css"/>
<link rel="stylesheet" type="text/css" href="/assets/styles/logic.css"/>
<script type="text/javascript" src="/assets/scripts/jquery.js"></script>
<script type="text/javascript" src="/assets/scripts/filesaver.js"></script>
<script type="text/javascript" src="/assets/scripts/bootstrap.js"></script>
<script type="text/javascript" src="/assets/scripts/bootstrap-select.js"></script>
<script type="text/javascript" src="/assets/scripts/require.js" data-main="/assets/scripts/logic.js"></script>
</head>
<body>
<div id="logic-container" style="position: fixed; width: 100%; height: 100%;"></div>
</body>
</html>