diff options
| author | Evan <38150833+beigebeats@users.noreply.github.com> | 2023-12-14 23:09:21 -0800 |
|---|---|---|
| committer | Evan <38150833+beigebeats@users.noreply.github.com> | 2023-12-14 23:09:21 -0800 |
| commit | 819abc102fa15bc1b487703b90fe537d33c5c202 (patch) | |
| tree | c8d4be4af1937ceb28f52b3c9eec496676782f43 /contact | |
| parent | a17f65bd34f8b330011dd4fc29a0e589c488eba7 (diff) | |
added wip page and adjusted font sizes
Diffstat (limited to 'contact')
| -rw-r--r-- | contact/contact.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contact/contact.html b/contact/contact.html new file mode 100644 index 0000000..7ac688b --- /dev/null +++ b/contact/contact.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Contact Card</title> + <link rel="stylesheet" href="styles.css"> +</head> +<body> + +</body>
\ No newline at end of file |
