Skip to content

Commit f42b50b

Browse files
committed
Add contactpepe
1 parent fe4e82d commit f42b50b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

contactpepe.html

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<link rel="stylesheet" href="styles.css">
6+
<title>Contact Pepe</title>
7+
</head>
8+
<body>
9+
<h1>Reach Out To Pepe</h1>
10+
<a href="../index.html">HOME</a>
11+
</body>
12+
<script>
13+
alert('This better be good kek')
14+
</script>
15+
</html>

0 commit comments

Comments
 (0)