-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (22 loc) · 1.21 KB
/
index.html
File metadata and controls
25 lines (22 loc) · 1.21 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.1/css/bulma.min.css" />
<link rel="stylesheet" type="text/css" href="css/App.css?v=1.00" />
<script type="text/javascript" src="js/utilities/utils.js?v=1.00"></script>
<script type="text/javascript" src="js/entities/Vegetable.js?v=1.00"></script>
<script type="text/javascript" src="js/entities/Animal.js?v=1.00"></script>
<script type="text/javascript" src="js/i18n.js?v=1.00"></script>
<script type="text/javascript" src="js/Settings.js?v=1.00"></script>
<script type="text/javascript" src="js/ui/Chart.js?v=1.00"></script>
<script type="text/javascript" src="js/App.js?v=1.00"></script>
<script type="text/javascript" src="js/ui/Form.js?v=1.00"></script>
<script type="text/javascript" src="js/ui/Modal.js?v=1.00"></script>
<script type="text/javascript" src="js/ui/Canvas.js?v=1.00"></script>
</head>
<body>
<div id="app" class="section"></div>
</body>
</html>