Created
September 26, 2022 16:32
-
-
Save Mikepicker/efa987ee64ab5a9091826d8692dae2c2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| <html lang="en" data-theme="dark"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta name="description" content="DooDoo.it - Your Pocket Todo List"> | |
| <title>DooDoo - Pocket To-Do List</title> | |
| <script src="js/pocketbase.umd.js"></script> | |
| <script defer src="https://unpkg.com/[email protected]/dist/cdn.min.js"></script> | |
| <link rel="stylesheet" href="https://unpkg.com/@picocss/pico@latest/css/pico.min.css"> | |
| <link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'> | |
| </head> | |
| <body> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment