-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
20 lines (20 loc) · 842 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.7/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.7/addons/p5.dom.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.7/addons/p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<script src="sketch.js"></script>
<script src="libraries/earcut.js"></script>
<script src="modules/simulation.js"></script>
<script src="modules/alliance.js"></script>
<script src="modules/war.js"></script>
<script src="modules/time.js"></script>
<script src="modules/countrynode.js"></script>
<script src="modules/country.js"></script>
<script src="modules/geometry.js"></script>
</body>
</html>