forked from engineering/cloudservices
design fixes
parent
dd803da047
commit
257174f43d
|
@ -21,13 +21,17 @@
|
|||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h2>Referral Authorization Form</h2>
|
||||
<p style="font-style: italic;">This form is for authorizing referral requests that you've provided to other users. If you've received this request from someone you don't recognize, please let us know right away.</p>
|
||||
<div class="input-group mb-3">
|
||||
<input id="auth" type="text" class="form-control" placeholder="Authorization Token" aria-label="Authorization Token" aria-describedby="basic-addon2">
|
||||
<div class="input-group-append">
|
||||
<button class="btn btn-outline-secondary" type="submit" onclick=submit()>Submit</button>
|
||||
<div class="container">
|
||||
<h2>Referral Authorization Form</h2>
|
||||
<p style="font-style: italic;">This form is for authorizing referral requests that you've provided to other users. If you've received this request from someone you don't recognize, please let us know right away.</p>
|
||||
<div class="input-group mb-3">
|
||||
<input id="auth" type="text" class="form-control" placeholder="Authorization Token" aria-label="Authorization Token" aria-describedby="basic-addon2">
|
||||
<div class="input-group-append">
|
||||
<button class="btn btn-outline-secondary" type="submit" onclick=submit()>Submit</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer class="text-center font-weight-light">Library of Code sp-us</footer>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
|
Loading…
Reference in New Issue