mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
27 lines
875 B
HTML
27 lines
875 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<!-- Required meta tags -->
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<meta http-equiv="Content-Security-Policy" content="script-src 'self';">
|
||
|
<!-- Bootstrap CSS -->
|
||
|
<link rel="stylesheet" href="../node_modules/bootstrap/dist/css/bootstrap.min.css">
|
||
|
|
||
|
<title>FreeDATA - CHAT</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<!-- bootstrap -->
|
||
|
<script src="../node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
|
||
|
<!-- chart.js -->
|
||
|
<script src="../node_modules/chart.js/dist/chart.min.js"></script>
|
||
|
<script src="../node_modules/chartjs-plugin-annotation/dist/chartjs-plugin-annotation.min.js"></script>
|
||
|
|
||
|
|
||
|
|
||
|
<button class="btn btn-sm btn-primary me-2" id="sendMessage" type="button">SEND MSG</button>
|
||
|
|
||
|
</body>
|
||
|
</html>
|