-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
25 lines (24 loc) · 811 Bytes
/
contact.html
File metadata and controls
25 lines (24 loc) · 811 Bytes
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
<!DOCTYPE html>
<html lang="en">
<!--Fuck you we need minimalism, not realism-->
<head>
<meta charset="UTF-8">
<meta name="google-site-verification" content="xOvT4U_zDyyRpKP15Yq6yPDCtC3QoNjiE8Nvz8NkfvA" />
<meta name="description" content="memes and other garbage">
<meta name="keywords" content="website, memes,unknown07724">
<meta name="author" content="Unknown07724">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="favicon.png">
<link rel="stylesheet" href="styles/main.css">
<title>Frogs - contact</title>
</head>
<body>
<h2>contact us</h2>
<a href="mailto:trash1.junk99@gmail.com">
<p>email</p>
</a>
<a href="https://forms.gle/MmXejq4wjjpi1nUD9">
<p>form</p>
</a>
</body>
</html>