forked from platinum-browser/Platinum-Legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e875229
commit 8efdd3d
Showing
5 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
class Platinum { | ||
|
||
static addBookmark(name, url) { | ||
|
||
|
||
|
||
} | ||
} | ||
|
||
let browser = {}; | ||
} | ||
|
||
export default browser; | ||
export default Platinum; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
const fs = require('node:fs') | ||
const path = require('node:path') | ||
|
||
function loadFile(filePath) { | ||
fs.readFileSync(filePath) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,4 @@ | ||
This page has failed to load. Here are some things you can do: | ||
1. Check your internet connection. | ||
2. If there isn't a problem, maybe check your firewall or proxy settings. | ||
3. If all else fails, somehow contact the website owner. | ||
4. If all of the above fails... | ||
|
||
|
||
|
||
WE'RE ALL GONNA DIE | ||
3. If all else fails, contact the website owner. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters