<!DOCTYPE html>
< html >
< head >
< title > Signal< / title >
< meta charset = "utf-8" >
< link rel = "stylesheet" href = "stylesheets/options.css" >
< link href = '/images/icon_128.png' rel = 'shortcut icon' >
< / head >
< body >
< div id = 'install' class = 'main' >
< div id = 'step1' class = 'step' >
< img id = 'signal-icon' src = '/images/icon_250.png' / >
< div class = 'nav' >
< h1 > Welcome to Signal for Chrome< / h1 >
< p > Privacy is possible. Signal makes it easy.< / p >
< div > < a class = 'button step2' > Get started< / a > < / div >
< span class = 'dot step1 selected' > < / span >
< span class = 'dot step2' > < / span >
< span class = 'dot step3' > < / span >
< / div >
< / div >
< div id = 'step2' class = 'step' >
< img id = 'signal-phone' src = '/images/signal-phone.png' >
< div class = 'nav' >
< p > First, install < a class = 'link' href = 'https://play.google.com/store/apps/details?id=org.thoughtcrime.securesms' target = '_blank' > Signal< / a > on your Android phone.< br / > We'll link your devices and keep your messages in sync.< / p >
< div > < a class = 'button step3' > I have Signal for Android< / a > < / div >
< p >
< a class = 'link' href = 'https://twitter.com/whispersystems' > Follow us< / a >
for updates about multi-device support for iOS.
< / p >
< span class = 'dot step1' > < / span >
< span class = 'dot step2 selected' > < / span >
< span class = 'dot step3' > < / span >
< / div >
< / div >
< div id = 'step3' class = 'step' >
< div id = "qr" > < / div >
< p > Using a barcode code scanning app on your phone, scan the QR code above, then select "Open link" or "Open browser" to add this computer to your account.< / p >
<!--
< p > Open Signal on your phone and select "Add device" from the menu, then scan the QR code above to add this computer to your account.< / p >
-->
< div class = 'nav' >
< span class = 'dot step1' > < / span >
< span class = 'dot step2' > < / span >
< span class = 'dot step3 selected' > < / span >
< / div >
< / div >
< div id = 'step4' class = 'step' >
< p > Linking with< / p >
< h2 class = 'number' > < / h2 >
< img id = 'signal-computer' src = '/images/signal-laptop.png' >
< p > This computer's name will be< / p >
< div >
< input type = 'text' id = 'device-name' spellcheck = 'false' > < / input >
< / div >
< div class = 'nav' >
< div > < a class = 'button' id = 'sync' > Looking good< / a > < / div >
< / div >
< / div >
< div id = 'step5' class = 'step' >
< img id = 'signal-icon' src = '/images/icon_250.png' / >
< div class = 'progress-dialog' >
< p class = 'status' > < / p >
< div class = 'bar-container' > < div class = 'bar progress-bar' > < / div > < / div >
< / div >
< div class = 'nav' >
< / div >
< / div >
< div id = 'stepTooManyDevices' class = 'step' >
< div class = 'error-dialog clearfix' >
< div class = 'panel' >
Sorry, you have too many devices registered already.
Try removing some.
< / div >
< div class = 'nav' >
< button class = 'ok step3' > Ok< / button >
< / div >
< / div >
< / div >
< / div >
< script type = "text/javascript" src = "js/components.js" > < / script >
< script type = "text/javascript" src = "js/database.js" > < / script >
< script type = "text/javascript" src = "js/libphonenumber-util.js" > < / script >
< script type = "text/javascript" src = "js/models/messages.js" > < / script >
< script type = "text/javascript" src = "js/models/conversations.js" > < / script >
< script type = "text/javascript" src = "js/chromium.js" > < / script >
< script type = "text/javascript" src = "js/views/whisper_view.js" > < / script >
< script type = "text/javascript" src = "js/views/phone-input-view.js" > < / script >
< script type = "text/javascript" src = "js/views/install_view.js" > < / script >
< script type = "text/javascript" src = "js/options.js" > < / script >
< / body >
< / html >