Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c6817f6 authored by Paula's avatar Paula
Browse files

add assets & fp3 steps

parent 0c8d1a56
Loading
Loading
Loading
Loading
+40 −0
Original line number Diff line number Diff line
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, maximum-scale=1.0, user-scalable=0" />
    <link rel="stylesheet" href="css/styles.css" />
    <title>/e/Os web installer</title>
    <script src="js/lib/zip/zip-no-worker-inflate.min.js"></script>
    <script src="js/lib/webadb/webadb.js"></script>
    <script src="js/viewManager.js"></script>
</head>
<body id="body">
    <header>
        <h1 id="main-title">/e/Os web installer</h1>
    </header>
    <select id="translation">
        <option data-translate="English" value="en">English</option>
        <option data-translate="French" value="fr">French</option>
    </select>

    <h1 id="step-title"></h1>
    <section id="process">
    </section>
    <div>
        <button id="next" data-translate="Next" onclick="VUE.onNext()"></button>
    </div>
    <footer>
        <section id="log-ctn" style="background: black; height:400px;overflow:auto;">
        <pre id="log"  style="color:white;">Log _</pre>
        </section>
    </footer>
</body>
<script>
    var VUE = new ViewManager();
    var exports = {};
    document.addEventListener('DOMContentLoaded', async ()=>{
        await VUE.init();
    });
</script>
</html>
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
Typeface © The Monotype Corporation plc. Data © The Monotype Corporation plc / Type Solutions Inc. 1990-91 All Rights Reserved
 No newline at end of file
+134 KiB

File added.

No diff preview for this file type.

+127 KiB

File added.

No diff preview for this file type.

+10 −0
Original line number Diff line number Diff line
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_180_2019)">
<path d="M24 10C24.8875 10 25.7063 10.4687 26.1563 11.2375L39.6563 34.2375C40.1125 35.0125 40.1125 35.9688 39.6688 36.7437C39.225 37.5187 38.3938 38 37.5 38H10.5C9.60626 38 8.77501 37.5187 8.33126 36.7437C7.88751 35.9688 7.89376 35.0062 8.34376 34.2375L21.8438 11.2375C22.2938 10.4687 23.1125 10 24 10ZM24 18C23.1688 18 22.5 18.6687 22.5 19.5V26.5C22.5 27.3312 23.1688 28 24 28C24.8313 28 25.5 27.3312 25.5 26.5V19.5C25.5 18.6687 24.8313 18 24 18ZM26 32C26 31.4696 25.7893 30.9609 25.4142 30.5858C25.0392 30.2107 24.5304 30 24 30C23.4696 30 22.9609 30.2107 22.5858 30.5858C22.2107 30.9609 22 31.4696 22 32C22 32.5304 22.2107 33.0391 22.5858 33.4142C22.9609 33.7893 23.4696 34 24 34C24.5304 34 25.0392 33.7893 25.4142 33.4142C25.7893 33.0391 26 32.5304 26 32Z" fill="#027FFE"/>
</g>
<defs>
<clipPath id="clip0_180_2019">
<rect width="32" height="32" fill="white" transform="translate(8 8)"/>
</clipPath>
</defs>
</svg>
Loading