-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContact.html
More file actions
41 lines (37 loc) · 1.34 KB
/
Contact.html
File metadata and controls
41 lines (37 loc) · 1.34 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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GamePrism</title>
<link rel="stylesheet" href="style.css">
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
<link rel="icon" href="icons8-globe-africa-94.png" type="image/x-icon">
</head>
<body>
<div class="gradient-bg">
<h1><b>Contact</h1></b>
<nav class="nav a">
<a href="index.html">Home</a>
<a href="Games.html">Games</a>
<a href="About.html">About</a>
<a href="Contact.html">Contact</a>
</nav>
<br>
<br>
<section>
<div class="article1">
<p>If you have any questions, suggestions, or just want to say hello, feel free to reach out to me!</p>
<p> Name: Reuben
<br>
GitHub: <a href="https://github.com/ReubenStill">Reuben.Still</a><br>
Discord:reuben_63488</p>
</div>
</body>
</html>
<footer>
<p style="color: white;">© 2024 GamePrism. All rights reserved.</p>
</footer>
</body>
</html>