We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b31464 commit aca0fecCopy full SHA for aca0fec
docs/index.html
@@ -1,13 +1,10 @@
1
-<h1>Services I Use</h1>
2
-
3
-<ul>
4
- <li>Cloud Storage: Dropbox</li>
5
- <li>Code: CodeBerg</li>
6
- <li>Email: Proton Mail with Gmail forwarding to it</li>
7
- <li>Finance: Google Docs</li>
8
- <li>Music: Tidal, with Spotify having playlists I need to port</li>
9
- <li>Notes - Post-It: Google Keep</li>
10
- <li>Notes - Paper: Markdown files in /Dropbox/Notes</li>
11
- <li>Passowrds: Proton Pass</li>
12
- <li>Scripts/Config: CodeBerg "junkyard"</li>
13
-</ul>
+<html>
+ <head>
+ <style>
+ body { background-color: black; }
+ </style>
+ </head>
+ <body>
+ hello world
+ </body>
+</html>
0 commit comments