CINXE.COM
Utah Online Public Library
<!DOCTYPE html> <html lang="en"> <head> <title>Utah Online Public Library</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="/public/bootstrap-4.4.1.css" rel="stylesheet" type="text/css"> <LINK href="public/style.css" rel="stylesheet" type="text/css"> <!-- <script src="/public/jquery-3.6.0.min.js"></script> <script src="/public/bootstrap-4.4.1.js"></script> --> </head> <body> <div class="container-fluid"> <div class="row"> <div class="col-xl-12"> <img class="img-fluid" src="/public/logo.png" alt="Utah Online Public Library"> <h1>Log in to Utah's Online Public Library</h1> <form action="/login" method="post"> <input type="hidden" name="url" value="r0$https://link.gale.com/apps/PPGS?u=salt82334" /> <div class="form-group"> <label style="font-size: 14px;" for="user">Please enter your library card number: </label> <input type="text" name="user" id="user"/> <input type="submit" value="Submit" /> </div> </form> <br /> <p style="font-size: 14px;">Don't know your library card number? Contact your local public library. <a href="https://library.utah.gov/directory/">Library Directory</a></p> <br /> <br /> <p style="font-size: 12px;">Attorney General's Statement: </p> <p style="font-size: 11px;">Parents should be aware that children have access to all materials in the online library. Utah's Online Public Library does not monitor or restrict your child's selections. It is your responsibility as a parent to be aware of what your child is checking out and viewing.</p> </div> </div> </div> <div class="footer"> <div class="logo"> <img src="public/footer.png"> </div> <p class="statement">Utah's Online Public Library is a service provided to all Utah residents by the Utah State Library Division.</p> </div> </body> </html>