-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (27 loc) · 1.17 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="favicon.png">
<link href="https://fonts.googleapis.com/css?family=Courgette" rel="stylesheet">
<title>Aux armes!</title>
<script src="p5.js"></script>
<script src="p5.dom.min.js"></script>
<script src="p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
</head>
<body>
<header>
<div class="eean-link">
<p><strong>Aux armes!</strong> by
<span><a href="http://elle-est-au-nord.com/" target="_blank"> Elle est <img src="compass-logo-small.png" alt="Elle est au nord's logo" /> au nord</a></span> </p>
</div>
</header>
<div class="intro">
This is a visualisation of the top 10 countries in terms of military spending in 2018 and how they stand in the international arms exports / imports ranking.<br><br> See <a href="https://github.com/Elle-est-au-nord/aux-armes" target="_blank"> code </a>
repository.
</div>
<script src="sketch.js"></script>
</body></html>