Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
leikareipa committed Nov 25, 2024
1 parent e516a60 commit 9c1b7aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion experimental/w95/samples/internet-archive-browser/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {icons} from "./assets/icons.js";

export default function({
url = "about:empty",
year = 1998,
year = 1999,
} = {}) {
return {
Meta: {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
w95.styleHint.shortcut,
],
onActivate() {
w95.shell.run(browser({year: 1998, url: "www.lucasarts.com/products/monkey/default.htm"}));
w95.shell.run(browser({year: 1999, url: "www.lucasarts.com/products/monkey/default.htm"}));
},
}),
w95.widget.desktopIcon({
Expand Down
2 changes: 1 addition & 1 deletion projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@

<dokki-topic dokki-ignore title="Introduction">
<p>
This page talks about some of the free software I've made over the years.
This page talks about some of the free software I've made.
</p>
<dokki-tag-cloud headerless></dokki-tag-cloud>
</dokki-topic>
Expand Down

0 comments on commit 9c1b7aa

Please sign in to comment.