<!doctype html> <html> <head> <meta charset="UTF-8"> <title>Elemeld</title> <link rel="stylesheet" type="text/css" href="css/core.css"/> <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css"> </head> <body> <h1 class="header">Cluster Configuration</h1> <div class="canvas"></div> <script src="js/element.js"></script> <script src="js/core.js"></script> </body> </html>