|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
6 | 6 | <title>Cookie</title>
|
7 | 7 | <link rel="shortcut icon" href="https://raw.githubusercontent.com/sebastianjnuwu/app/refs/heads/android/android/app/src/main/res/drawable/splash_screen.png" type="image/x-icon">
|
8 |
| - <link rel="stylesheet" href="./res/styles/css/ui.css"> |
| 8 | + <link rel="stylesheet" href="./src/styles/css/ui.css"> |
| 9 | + <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> |
9 | 10 | <script type="module" src="./main.ts"></script>
|
10 | 11 | </head>
|
11 | 12 |
|
12 | 13 | <body class="ui-cookie">
|
13 |
| - <splash-screen> |
14 |
| - <div class="d-flex flex-column justify-content-center align-items-center vh-100"> |
15 |
| - <img src="https://raw.githubusercontent.com/sebastianjnuwu/app/refs/heads/android/android/app/src/main/res/drawable/splash_screen.png" alt="splash-screen" class="icon mb-5"> |
16 |
| - </div> |
17 |
| - </splash-screen> |
18 |
| - |
19 |
| - <div class="d-flex flex-column justify-content-center align-items-center"> |
20 |
| - <button id="show_banner" class="btn btn-custom"> |
21 |
| - <i class="fas fa-image"></i> Mostrar Banner |
22 |
| - </button> |
23 |
| - |
24 |
| - <button id="hide_banner" class="btn btn-custom"> |
25 |
| - <i class="fas fa-eye-slash"></i> Esconder Banner |
26 |
| - </button> |
27 |
| - |
28 |
| - <button id="show_video" class="btn btn-custom"> |
29 |
| - <i class="fas fa-video"></i> Mostrar Video |
30 |
| - </button> |
31 |
| - |
32 |
| - <button id="award" class="btn btn-custom"> |
33 |
| - <i class="fas fa-trophy"></i> Mostrar Premio |
34 |
| - </button> |
35 |
| - </div> |
| 14 | + |
| 15 | + <audio id="splash" preload="auto"> |
| 16 | + <source src="./src/audio/start.mp3" type="audio/mp3"></audio> |
| 17 | + |
| 18 | + <splash-screen> |
| 19 | + <div class="d-flex flex-column justify-content-center align-items-center vh-100"> |
| 20 | + <img src="https://raw.githubusercontent.com/sebastianjnuwu/app/refs/heads/android/android/app/src/main/res/drawable/splash_screen.png" alt="splash-screen" class="icon mb-5"> |
| 21 | + <h1>Click...</h1> |
| 22 | + </div> |
| 23 | + </splash-screen> |
36 | 24 |
|
37 |
| - <script src=" https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity=" sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin=" anonymous" ></script> |
38 |
| - <script src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity=" sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin=" anonymous" ></script> |
| 25 | + <script src="./src/js/main.js" defer></script> |
| 26 | + <script src=" https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity=" sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin=" anonymous" ></script> |
| 27 | + <script src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity=" sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin=" anonymous" ></script> |
| 28 | + |
39 | 29 | </body>
|
40 | 30 | </html>
|
0 commit comments