-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (34 loc) · 1.42 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!--
/********************************************************
* Author: Omar Hesham, 2015-2017.
* Bruno St-Aubin, 2017-2019.
* Advanced Real-Time Simulation Lab.
* Carleton University, Ottawa, Canada.
* License: GNU General Public License v3.0
*
* Project: Web-based DEVS Simulation Viewer
*/
-->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="user-scalable=no" />
<meta name="description" content="This web application is a viewer for DEVS simulation log files">
<meta name="author" content="Bruno St-Aubin">
<title>DEVS Simulation Viewer | ARS Lab | Carleton University</title>
<link rel='shortcut icon' href='assets/favicon.ico'>
<link rel="stylesheet" href="../app-references/font-awesome-all-5.7.2.css">
<link rel="stylesheet" href="../app-references/bootstrap.5.0.0.min.css">
<link rel="stylesheet" href="../app-framework/css/base.css">
<link rel="stylesheet" href="../app-framework/css/ui.css">
<link rel="stylesheet" href="../app-framework/css/widgets.css">
<link rel="stylesheet" href="./application.css">
<script src="../app-references/zip/zip.js"></script>
<script src="../app-references/StreamSaver/StreamSaver.js"></script>
<script src="../app-references/StreamSaver/zip-stream.js"></script>
<script src="../app-references/iro/[email protected]"></script>
<script src='main.js' type='module'></script>
</head>
<body></body>
</html>