💾 Archived View for midnight.pub › replies › 473 captured on 2022-07-16 at 17:13:03. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-03)

-=-=-=-=-=-=-

< General Question

Parent

~oracle

Nope. I've never touched it.

Write a reply

Replies

~pink2ds wrote (thread):

Here, I'll teach you how to do write it.

Make a text file that is named index.html (make sure it's not accidentally named index.html.txt or similar).

Inside, put something like this

<!DOCTYPE html>
<html>
<head><title>Oracle's Webpage</title></head>
<body>
<h1>Oracle's Webpage</h1>
<p>First paragraph go here</p>
<p>Second paragraph go here</p>
<p>And so on.</p>
<p>And here is <a href="https://midnight.pub">how to make links</a></p>
<h2>You can also have sub-headers</h2>
<p>And more paragraphs</p>
</body>
</html>

Good luck.