16 lines
560 B
HTML
16 lines
560 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Spring Integration Graph</title>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/dom4/3.0.0/dom4.js">
|
|
<link rel="stylesheet" href="css/page.css">
|
|
</head>
|
|
<body id="sprotty-app" client-id="spring-boot">
|
|
<div id="spring-boot" class="sprotty" />
|
|
</div>
|
|
<script src="bundle.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/sockjs-client@1/dist/sockjs.min.js"></script>
|
|
</body>
|
|
</html> |