this post was submitted on 11 May 2025
10 points (100.0% liked)

Web Development

3904 readers
19 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 2 years ago
MODERATORS
 

Post is in the link - simplest method possible please: my web dev skills are weak!

you are viewing a single comment's thread
view the rest of the comments
[–] irelephant@programming.dev 3 points 6 hours ago

Its probably better to use some form of server-side rendering.

You can put it in an iframe, but that's bad for accessibility. You can put it in a regular frame, but that element is deprecated.

You could also make a small script that adds the contents of the file into a div