2022-12-11 02:02:29 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<title>tronnet - client</title>
|
2022-12-13 00:27:45 +00:00
|
|
|
<link rel="stylesheet" href="css/style.css" type="text/css">
|
|
|
|
<script src="scripts/index.js" type="module"></script>
|
|
|
|
<script src="scripts/elements.js" type="module"></script>
|
2022-12-11 02:02:29 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2022-12-11 06:49:10 +00:00
|
|
|
<div id="node-container" class="center-div"></div>
|
2022-12-11 02:02:29 +00:00
|
|
|
</body>
|
|
|
|
</html>
|