forked from MrKalzu/traceroute_map
18 lines
379 B
HTML
18 lines
379 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Kalzu</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<style>
|
|
#container {
|
|
height: 95vh;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body style="background: #eee">
|
|
<div id="container"></div>
|
|
<script src="/static/index.js"></script>
|
|
</body>
|
|
</html>
|