forked from engineering/cloudservices
design fixes
parent
dd803da047
commit
257174f43d
|
@ -21,6 +21,7 @@
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div class="container">
|
||||||
<h2>Referral Authorization Form</h2>
|
<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>
|
<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">
|
<div class="input-group mb-3">
|
||||||
|
@ -30,6 +31,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<footer class="text-center font-weight-light">Library of Code sp-us</footer>
|
||||||
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
function listener(event) {
|
function listener(event) {
|
||||||
const input = document.getElementById('auth');
|
const input = document.getElementById('auth');
|
||||||
|
|
Loading…
Reference in New Issue