Create Contact page with header filled in.

This commit is contained in:
Ray 2024-07-15 00:34:31 +10:00
parent 4801a82449
commit dcc065226c
1 changed files with 14 additions and 0 deletions

14
contact.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel=""stylesheet" href="style.css">
<meta charset="utf-8">
<title>reiyua</title>
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
font-family: Arial, Helvetica, sans-serif;
}
</style>
</head>