Created
January 4, 2021 13:01
-
-
Save LottieVixen/3d5ee8eb4c07f81ff8e18ca034e590c3 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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8" content="width=device-width,initial-scale=1" name="viewport"> | |
| <title>Your Twitter Data</title> | |
| <style> | |
| @media screen and (min-width: 450px) { | |
| #mobile-error { | |
| display: none; | |
| } | |
| } | |
| #manifest-error { | |
| display: none; | |
| } | |
| </style> | |
| <link href="./assets/images/favicon.ico" rel="icon"> | |
| </head> | |
| <body> | |
| <div id="root"></div> | |
| <div id="manifest-error"> | |
| <h3>Something went wrong, but don’t fret — let’s give it another shot</h3> | |
| <p>You need to unzip your entire archive, not just individual folders, in order to view them here. If you keep experiencing errors, please <a href="https://help.twitter.com/forms/privacy" target="_blank">fill out this form.</a></p> | |
| </div> | |
| <div id="mobile-error"> | |
| <h3>Your archive isn’t available here.</h3> | |
| <p>You need to view this on a desktop browser in order to see your archive.</p> | |
| </div> | |
| <script> | |
| function showManifestError() { | |
| document.getElementById('root').style.display = 'none'; | |
| document.getElementById('manifest-error').style.display = 'block'; | |
| } | |
| </script> | |
| <script onerror="showManifestError()" src="./data/manifest.js"> | |
| </script> | |
| <script src="assets/js/runtime.2434887c63fe28c3af8d.js"> | |
| </script> | |
| <script src="assets/js/modules.94dc165d6ab055fc0ad0.js"> | |
| </script> | |
| <script src="assets/js/i18n.81c8ce31f504fb9a4902.js"> | |
| </script> | |
| <script src="assets/js/main.28b12b42093bf0f44cbb.js"> | |
| </script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment