-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (21 loc) · 936 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="Cosmic Cable Ltd. - Who you gonna call?">
<meta name="author" content="Cosmic Cable Ltd.">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Cosmic Cable Limited - Who you gonna call?</title>
<link href="css/normalize.css" type="text/css" rel="stylesheet" />
<link href="css/skeleton.min.css" type="text/css" rel="stylesheet" />
<link href="css/cosmic.css" type="text/css" rel="stylesheet" />
</head>
<body>
<img src="./assets/cosmic.cable.limited.background.jpg" class="header-image" />
<div class=footer>
<a href="https://github.com/cosmiccableltd">Cosmic Configuration on Github</a>
<a href="http://cosmic.cable.limited/about.html">About Cosmic Cable</a>
<a href="http://cosmic.cable.limited/intern/">Entrée technicienne</a>
</div>
</body>
</html>