-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
43 lines (43 loc) · 1.64 KB
/
contact.html
File metadata and controls
43 lines (43 loc) · 1.64 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
42
43
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>FragCGI - Contact</title>
<link rel="stylesheet" href="res/glassstyle.css">
</head>
<body>
<section>
<div class="container">
<header>
<a href="index.html" class="logo">FragCGI</a>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html" class="active">Contact</a></li>
</ul>
</header>
<div class="contact">
<h1>Contact Me</h1></br>
<h2>Email</h2>
<a href="mailto:fragcgi@proton.me">Proton.me</a></br></br>
<h2>Insta</h2>
<a href="https://www.instagram.com/fragcgi_official">@FragCGI_Official</a></br></br>
<h2>Facebook</h2>
<a href="https://www.facebook.com/fragcgi">FragCGI</a></br></br>
<h2>Youtube</h2>
<a href="https://www.youtube.com/@FragCGI">@FragCGI</a></br></br>
</div>
<div class="imgBx">
<img src="res/can.png">
</div>
<ul class="sci">
<li><a href="https://www.facebook.com/fragcgi"><img src="res/facebookDark.png"></a></li>
<li><a href="https://www.instagram.com/fragcgi_official"><img src="res/instagramDark.png"></a></li>
<li><a href="#"><img src="res/youtubeDark.png"></a></li>
</ul>
<p class="copyright">Copyright 2022© <a href="mailto:fragcgi@proton.me">FragCGI</a> - All rights reserved</p>
</div>
</section>
</body>
</html>