💾 Archived View for gmi.noulin.net › gitRepositories › liveserver › file › index.html.gmi captured on 2024-07-09 at 02:22:12. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
index.html (462B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <title>Oscar's web server example</title> 5 </head> 6 <BODY BGCOLOR="grey"> 7 <center> 8 <h1>Welcome to the default homepage!</h1> 9 <img src="scott.jpg" /> 10 <p>Here's an image of scott pilgrim... he's really cool and you can learn about him <a href="http://scottpilgrim.com">here</a>.</p> 11 </center> 12 <p> 13 Just some basic default page. For another page... go <a href="page2.html">here</a>. 14 </p> 15 </body> 16 </html>