-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
41 lines (33 loc) · 1.23 KB
/
Copy pathcontact.html
File metadata and controls
41 lines (33 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>replit</title>
<!--CSS-->
<link href="style.css" rel="stylesheet" type="text/css" />
<!--Fonts-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Andika:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
</head>
<body>
<div class="header-container">
<h1> Contact Me </h1>
<!--NavBar-->
<div class="Nav_Bar">
<ul>
<li> <a href="index.html"> Home </a> </li>
<li> <a href="linux.html"> Linux </a> </li>
<li> <a href="projects.html"> Projects </a> </li>
<li> <a href="library.html"> Library </a> </li>
<li> <a href="culinary.html"> Cooking </a> </li>
<li> <a href="contact.html"> Contact </a> </li>
</ul>
</div>
</div>
<div class="contact-text">
<p> You can email me at <strong>DocuAddict54@gmail.com</strong> or <strong> NightWolf7570@gmail.com. </strong> It will probably take me 2-3 days to reply because I don't check my emails often and I get a lot of spam. </p>
</div>
</body>
</html>