|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | | - <head> |
4 | | - <meta charset="UTF-8" /> |
5 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | | - <title>Backtrace Vite Plugin Example</title> |
7 | | - <link rel="preconnect" href="https://fonts.googleapis.com" /> |
8 | | - <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
9 | | - <link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap" rel="stylesheet" /> |
10 | | - <link rel="stylesheet" href="/src/index.css" /> |
11 | | - </head> |
12 | | - <body> |
13 | | - <div class="card center"> |
14 | | - <a href="https://www.saucelabs.com/"> |
15 | | - <img |
16 | | - src="https://info.saucelabs.com/rs/468-XBT-687/images/SL%20logo%20horizontal%20color%2Bdark%402x.png" |
17 | | - width="250" |
18 | | - alt="Sauce Labs" |
19 | | - class="center" |
20 | | - /> |
21 | | - </a> |
22 | | - <br /> |
23 | | - <h1 class="card-header">Backtrace Vite Plugin Example</h1> |
24 | | - <p style="text-align: center">Please pick one of the available options:</p> |
25 | | - <br /> |
26 | | - <div class="action-container center"> |
27 | | - <div class="action-button center"> |
28 | | - <a class="text" id="send-error">Send an error</a> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | + <title>Backtrace Vite Plugin Example</title> |
| 7 | + <link rel="preconnect" href="https://fonts.googleapis.com" /> |
| 8 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
| 9 | + <link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap" rel="stylesheet" /> |
| 10 | + <link rel="stylesheet" href="/src/index.css" /> |
| 11 | + </head> |
| 12 | + <body> |
| 13 | + <div class="card center"> |
| 14 | + <a href="https://www.saucelabs.com/"> |
| 15 | + <img |
| 16 | + src="https://info.saucelabs.com/rs/468-XBT-687/images/SL%20logo%20horizontal%20color%2Bdark%402x.png" |
| 17 | + width="250" |
| 18 | + alt="Sauce Labs" |
| 19 | + class="center" |
| 20 | + /> |
| 21 | + </a> |
| 22 | + <br /> |
| 23 | + <h1 class="card-header">Backtrace Vite Plugin Example</h1> |
| 24 | + <p style="text-align: center">Please pick one of the available options:</p> |
| 25 | + <br /> |
| 26 | + <div class="action-container center"> |
| 27 | + <div class="action-button center"> |
| 28 | + <a class="text" id="send-error">Send an error</a> |
| 29 | + </div> |
| 30 | + <div class="action-button center"> |
| 31 | + <a class="text" id="send-message">Send a message</a> |
| 32 | + </div> |
| 33 | + <div class="action-button center"> |
| 34 | + <a class="text" id="send-unhandled-exception">Send an unhandled exception</a> |
| 35 | + </div> |
| 36 | + <div class="action-button center"> |
| 37 | + <a class="text" id="send-promise-rejection">Send a promise rejection</a> |
| 38 | + </div> |
| 39 | + </div> |
| 40 | + <div class="summary-information"> |
| 41 | + <p>If you have any questions or concerns, please contact us at</p> |
| 42 | + <a href="mailto:help@saucelabs.com">help@saucelabs.com</a> |
| 43 | + <br /><br /> |
| 44 | + <p>Happy testing,</p> |
| 45 | + <p>The Sauce Labs Team</p> |
| 46 | + </div> |
29 | 47 | </div> |
30 | | - <div class="action-button center"> |
31 | | - <a class="text" id="send-message">Send a message</a> |
32 | | - </div> |
33 | | - <div class="action-button center"> |
34 | | - <a class="text" id="send-unhandled-exception">Send an unhandled exception</a> |
35 | | - </div> |
36 | | - <div class="action-button center"> |
37 | | - <a class="text" id="send-promise-rejection">Send a promise rejection</a> |
38 | | - </div> |
39 | | - </div> |
40 | | - <div class="summary-information"> |
41 | | - <p>If you have any questions or concerns, please contact us at</p> |
42 | | - <a href="mailto:help@saucelabs.com">help@saucelabs.com</a> |
43 | | - <br /><br /> |
44 | | - <p>Happy testing,</p> |
45 | | - <p>The Sauce Labs Team</p> |
46 | | - </div> |
47 | | - </div> |
48 | | - <script type="module" src="/src/main.ts"></script> |
49 | | - </body> |
| 48 | + <script type="module" src="/src/main.ts"></script> |
| 49 | + </body> |
50 | 50 | </html> |
0 commit comments