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.
 
 
 
 
 
 

34 lines
1.4 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">
<span class="font-12 text-grey">Message title</span>
<input type="text" name="title" class="title">
</div>
<div class="col-12">
<span class="font-12 text-grey">Message text</span>
<textarea class="mce text" name="text"></textarea>
</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="https://cdnjs.cloudflare.com/ajax/libs/tinymce/4.7.11/tinymce.min.js"></script>
<script type="text/javascript" src="/socket.io/socket.io.js"></script>
<script type="text/javascript" src="/setMessage.js"></script>
</body>
</html>