-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.39 KB
/
index.html
File metadata and controls
25 lines (25 loc) · 1.39 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
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1.0" />
<title>Warp Pipe</title>
<meta name="description" content="Software company that brought the Nintendo GameCube online. Custom software consultancy for the video game and entertainment sectors." />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<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=Gothic+A1:wght@700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/f442ad04d3.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<div class="warp-pipe-logo"></div>
<h1>Warp Pipe</h1>
<div class="social">
<a title="Warp Pipe's Github" target="_blank" href="https://github.com/warppipe"><i class="fab fa-github-square fa-3x"></i></a>
<a title="Warp Pipe's Twitter" target="_blank" href="https://twitter.com/warppipe"><i class="fab fa-twitter-square fa-3x"></i></a>
<a title="Warp Pipe's YouTube" target="_blank" href="https://youtube.com/warppipe"><i class="fab fa-youtube-square fa-3x"></i></a>
<a title="Warp Pipe's LinkedIn" target="_blank" href="https://www.linkedin.com/company/warp-pipe"><i class="fab fa-linkedin fa-3x"></i></a>
</p>
</body>
</html>