Sha256: ebed89662ae01c27a2936a2f43475acb92589045125a17b4b70e0f1521509728
Contents?: true
Size: 975 Bytes
Versions: 5
Compression:
Stored size: 975 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <title>Request OneDrive App Key and Secret</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"> </head> <body> <div class="container" style="margin: 25px;"> <h4 class="text-center" style="margin-bottom: 30px;">Generated Key and Secret</h4> <div style="text-align: center; font-weight: bold;">Your Key for OneDrive is</div> <div style="margin-bottom: 15px; background: #ffe166; padding: 10px; text-align: center; border: 1px dashed rgba(0,0,0,0.1); font-family: monospace;"><%= @account.key %></div> <div style="text-align: center; font-weight: bold;">Your Secret for OneDrive is</div> <div style="margin-bottom: 15px; background: #ffe166; padding: 10px; text-align: center; border: 1px dashed rgba(0,0,0,0.1); font-family: monospace;"><%= @account.secret %></div> <p class="text-muted text-center">Make sure write the above down.</p> </div> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems