0
How do I update a static website?
Web
8 Respostas
0
What do you have access to and how far have you gotten? (Just trying to narrow down this very broad question.)
0
I have a page created with only HTML5, CSS3 and javascript. I want to update the content without losing the previous ones
0
Save As --> separate file ...?
0
In my web directory?
0
Yeah, why not?
0
If you have a version control system in place (like git) then it's not something you have to worry about. you can create a new branch.
0
OK. Thanks for your time and reply
0
👍