second commit

This commit is contained in:
Seb Trudel 2026-06-08 18:32:45 -04:00
parent 17e7cb96fa
commit 86824f168c
1 changed files with 2 additions and 2 deletions

View File

@ -3,14 +3,14 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The web site of Toastty</title>
<title>Toastty</title>
<!-- The style.css file allows you to change the look of your web pages.
If you include the next line in all your web pages, they will all share the same look.
This makes it easier to make new pages for your site. -->
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<h1>Welcome to my WebsiteTest!</h1>
<h1>My Website</h1>
<p>I recently had an issue with one of my home servers and made a write up of what happened: <a href="https://toastty.neocities.org/ServerIssueManual">Link</a>.</p>