Skip to content

Commit 40b16b1

Browse files
update page
1 parent e05b926 commit 40b16b1

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022-2024 obfuscatedgenerated
3+
Copyright (c) 2022-2025 obfuscatedgenerated
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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=0.11.4" defer></script>
24+
<script src="../public/script/fsedit.bundle.js?v=0.11.5" 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 v0.11.4">
13+
<meta name="twitter:title" content="OllieOS v0.11.5">
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 v0.11.4" />
17+
<meta property="og:title" content="OllieOS v0.11.5" />
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=0.11.4" defer></script>
24+
<script src="public/script/main.bundle.js?v=0.11.5" 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 v0.11.4</title>
27+
<title>OllieOS v0.11.5</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","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="0.11.4">
35+
<body data-version="0.11.5">
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>v0.11.4</h4>
42+
<h4>v0.11.5</h4>
4343
<div id="boot_loader"></div>
4444
<div id="boot_footer">
4545
<i>MIT License</i>

public/script/fsedit.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.

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)