this post was submitted on 20 Nov 2025
1475 points (98.7% liked)
People Twitter
10405 readers
694 users here now
People tweeting stuff. We allow tweets from anyone.
RULES:
- Mark NSFW content.
- No doxxing people.
- Must be a pic of the tweet or similar. No direct links to the tweet.
- No international politcs
- Be excellent to each other.
- Provide an archived link to the tweet (or similar) being shown if it's a major celebrity, figure or any politician. See stickied post https://web.archive.org/save is an option. Archive.is is no longer recommended because they remove/alter content.
- If a tweet (or similar) makes a statement of fact, either mark it as "satire" in the body or provide the original source link backing up the statement (see rule 6)
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What is another name for HTML files?
Or to put it differently: When was the last time you sent a HTML file over eMail or some other way except sending the URL to a website?
Also, to use text fragment links you need to have the page hosted on a webserver. Can't send links to local files since you don't know the full path it will end up under on the local file system.
So if you just want to send a file and a reference to which part of the file you are talking about, you now need to either host the file on a webserver or have the recipient rewrite the link to include the path where they ended up putting the HTML file. Talk about baggage here.