Skip to content

Commit 85d3669

Browse files
update page
1 parent 7d78771 commit 85d3669

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

fsedit/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<meta charset="UTF-8">
2222
<link rel="stylesheet" href="../public/style/fonts.css" />
2323
<link rel="stylesheet" href="../public/style/fsedit.css" />
24-
<script src="../public/script/fsedit.bundle.js?v=1.4.1" defer></script>
24+
<script src="../public/script/fsedit.bundle.js?v=1.4.2" defer></script>
2525
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/fontawesome.min.css"
2626
integrity="sha512-SgaqKKxJDQ/tAUAAXzvxZz33rmn7leYDYfBP+YoMRSENhf3zJyx3SBASt/OfeQwBHA1nxMis7mM3EV/oYT6Fdw=="
2727
crossorigin="anonymous" referrerpolicy="no-referrer" />

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,36 +10,36 @@
1010
<link rel="shortcut icon" type="image/png" href="public/logo.png">
1111
<link rel="apple-touch-icon" href="public/logo.png">
1212
<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">
1414
<meta name="twitter:description" content="Ollie&#x27;s Portfolio">
1515
<meta name="twitter:image" content="https://ollieg.codes/public/logo.png">
1616
<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" />
1818
<meta property="og:description" content="Ollie&#x27;s Portfolio" />
1919
<meta name="description" content="Ollie&#x27;s Portfolio" />
2020
<meta property="og:type" content="website" />
2121
<meta property="og:url" content="https://ollieg.codes" />
2222
<meta charset="UTF-8">
2323
<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>
2525
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2626
<link rel="preload" as="image" href="public/logo.png" />
27-
<title>OllieOS v1.4.1</title>
27+
<title>OllieOS v1.4.2</title>
2828

2929
<!-- provided for mounted programs to solve issue needing deps for the program, but no need to provide from the main ollieos bundle -->
3030
<script type="importmap">
3131
{"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"}}
3232
</script>
3333
</head>
3434

35-
<body data-version="1.4.1">
35+
<body data-version="1.4.2">
3636
<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>
3737
<noscript style="color:white">This site requires JavaScript to function.</noscript>
3838

3939
<div id="boot_screen">
4040
<img src="public/logo.png" alt="logo" id="logo" draggable="false" />
4141
<h2>OllieOS</h2>
42-
<h4>v1.4.1</h4>
42+
<h4>v1.4.2</h4>
4343
<div id="boot_loader"></div>
4444
<div id="boot_footer">
4545
<i>MIT License</i>

public/script/main.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/script/main.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)