|
10 | 10 | <link rel="shortcut icon" type="image/png" href="public/logo.png"> |
11 | 11 | <link rel="apple-touch-icon" href="public/logo.png"> |
12 | 12 | <meta property="og:image" content="https://ollieg.codes/public/logo.png"> |
13 | | - <meta name="twitter:title" content="OllieOS v1.4.1"> |
| 13 | + <meta name="twitter:title" content="OllieOS v1.4.2"> |
14 | 14 | <meta name="twitter:description" content="Ollie's Portfolio"> |
15 | 15 | <meta name="twitter:image" content="https://ollieg.codes/public/logo.png"> |
16 | 16 | <meta name="twitter:card" content="summary_large_image"> |
17 | | - <meta property="og:title" content="OllieOS v1.4.1" /> |
| 17 | + <meta property="og:title" content="OllieOS v1.4.2" /> |
18 | 18 | <meta property="og:description" content="Ollie's Portfolio" /> |
19 | 19 | <meta name="description" content="Ollie's Portfolio" /> |
20 | 20 | <meta property="og:type" content="website" /> |
21 | 21 | <meta property="og:url" content="https://ollieg.codes" /> |
22 | 22 | <meta charset="UTF-8"> |
23 | 23 | <link rel="stylesheet" href="public/style/index.css" /> |
24 | | - <script src="public/script/main.bundle.js?v=1.4.1" defer></script> |
| 24 | + <script src="public/script/main.bundle.js?v=1.4.2" defer></script> |
25 | 25 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
26 | 26 | <link rel="preload" as="image" href="public/logo.png" /> |
27 | | - <title>OllieOS v1.4.1</title> |
| 27 | + <title>OllieOS v1.4.2</title> |
28 | 28 |
|
29 | 29 | <!-- provided for mounted programs to solve issue needing deps for the program, but no need to provide from the main ollieos bundle --> |
30 | 30 | <script type="importmap"> |
31 | 31 | {"imports":{"@xterm/addon-fit":"https://unpkg.com/@xterm/addon-fit@^0.10.0","@xterm/addon-image":"https://unpkg.com/@xterm/addon-image@^0.8.0","@xterm/addon-web-links":"https://unpkg.com/@xterm/addon-web-links@^0.11.0","@xterm/xterm":"https://unpkg.com/@xterm/xterm@^5.5.0","howler":"https://unpkg.com/howler@^2.2.3","html-to-text":"https://unpkg.com/html-to-text@^9.0.5","imgToAscii":"https://unpkg.com/imgToAscii@github:obfuscatedgenerated/imgToAscii","sixel":"https://unpkg.com/sixel@^0.16.0","sweetalert2":"https://unpkg.com/sweetalert2@^11.4.8","xterm-link-provider":"https://unpkg.com/xterm-link-provider@^1.3.1","xterm":"https://unpkg.com/@xterm/xterm@^5.5.0","xterm-addon-fit":"https://unpkg.com/@xterm/addon-fit@^0.10.0","xterm-addon-image":"https://unpkg.com/@xterm/addon-image@^0.8.0","xterm-addon-web-links":"https://unpkg.com/@xterm/addon-web-links@^0.11.0"}} |
32 | 32 | </script> |
33 | 33 | </head> |
34 | 34 |
|
35 | | -<body data-version="1.4.1"> |
| 35 | +<body data-version="1.4.2"> |
36 | 36 | <p id="screenreader_hint">If you are using a screen reader, then if this is your first visit an on screen modal will ask you if you need one. Otherwise, please type "reader" into the terminal and press return. Due to a technical limitation, on-screen links will not be clickable in this mode.</p> |
37 | 37 | <noscript style="color:white">This site requires JavaScript to function.</noscript> |
38 | 38 |
|
39 | 39 | <div id="boot_screen"> |
40 | 40 | <img src="public/logo.png" alt="logo" id="logo" draggable="false" /> |
41 | 41 | <h2>OllieOS</h2> |
42 | | - <h4>v1.4.1</h4> |
| 42 | + <h4>v1.4.2</h4> |
43 | 43 | <div id="boot_loader"></div> |
44 | 44 | <div id="boot_footer"> |
45 | 45 | <i>MIT License</i> |
|
0 commit comments