-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
try to use short/long mapping in tweet.js too
- Loading branch information
Showing
7 changed files
with
5,767 additions
and
4 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Pipfile | ||
build/ | ||
dist/ | ||
test-data/data/shorturls.json |
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,11 @@ | ||
<!doctype html><html><head><meta name="viewport" content="width=device-width,initial-scale=1" charset="utf-8"><title>Your Twitter Data</title><style>@media screen and (min-width: 450px) { | ||
#mobile-error { | ||
display: none; | ||
} | ||
} | ||
#manifest-error { | ||
display: none; | ||
}</style><link rel="icon" href="./assets/images/favicon.ico"></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 src="./data/manifest.js" onerror="showManifestError()"></script><script src="assets/js/runtime.5ca5bcff065b41c02dbc.js"></script><script src="assets/js/modules.9072ed6e90fe38c485fe.js"></script><script src="assets/js/i18n.e27e67d39fcc91627cab.js"></script><script src="assets/js/main.0506aebee0a5b8f83a32.js"></script></body></html> |
Empty file.
Oops, something went wrong.