The frodriguez.net source repository is not publicly accessible. This document provides the basic HTML needed to begin a small page on the World Wide Web.
Everything required for the document is written below. No framework, account, installation procedure, or large corporation is necessary.
<!DOCTYPE HTML> <HTML lang="en"> <HEAD> <TITLE>My page on the Web</TITLE> </HEAD> <BODY> <H1>My page on the Web</H1> <P>This is a document. It contains an idea.</P> <P>Here is <A href="https://example.org/">a link</A> to another document.</P> </BODY> </HTML>
Copy the example into an ordinary text editor and save it as index.html. Opening that file in a browser will display the page.
<TITLE>
<H1>
<P>
<A href="...">
<IMG src="..." alt="...">
A Web page is a text file available at an address. Change it, save it, publish it, and see what survives.