proximity-structures/index.html

12 lines
392 B
HTML

<html lang="en">
<head>
<title>Proximity Structures</title>
<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/4.2.2/pixi.min.js"></script>
<script src="js/proximity.js"></script>
</body>
</html>