You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.0 KiB
28 lines
1.0 KiB
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>COZe</title>
|
|
<link href="/css/styles.css" rel="stylesheet" type="text/css"/>
|
|
<link href="/css/stylesGlobal.css" rel="stylesheet" type="text/css"/>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="MainContent" class="container">
|
|
<form method="post" enctype="multipart/form-data" class="send_message_form">
|
|
<div class="row">
|
|
<div class="col-12 text-center p-4">
|
|
<span class="font-20">Do you want to send this message to the whole session?</span>
|
|
</div>
|
|
<div class="col-12 text-center p4 px-0">
|
|
<button type="submit" class="button big full confirm mx-0">Send message</button>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
|
|
<script type="text/javascript" src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
|
|
<script type="text/javascript" src="/socket.io/socket.io.js"></script>
|
|
<script type="text/javascript" src="/pushMessage.js"></script>
|
|
</body>
|
|
</html>
|