-
Notifications
You must be signed in to change notification settings - Fork 0
/
GetAcceptCustomerQAFields.php
29 lines (23 loc) · 1.11 KB
/
GetAcceptCustomerQAFields.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en" xmlns:align="https://www.w3.org/1999/xhtml" xmlns:text-align="https://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<form id="PostAcceptCSTMRQA">
<div class="control-label col-sm-10">
<input text-align:center; type="submit" name="AcceptCQA" value="Accepted"
style="height:100px; width:1000px; margin-left: 18%">
</div>
</form>
<br><br>
</body>
</html>