-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (35 loc) · 1.32 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>Carbon Audio Oy - Sound Design - Music</title>
<meta name="description" content="Carbon Audio Oy - Sound Design - Music">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<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=Roboto:wght@400;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
<meta name="theme-color" content="#fafafa">
</head>
<body>
<!-- Add your site or application content here -->
<div class="main">
<div class="contact">
<h1>Carbon Audio Oy</h1>
<ul class="list list--inline list--info">
<li>Sound Design</li>
<li>Music</li>
</ul>
<p class="p p--contact">
<a title="Email" href="mailto:[email protected]">[email protected]</a></br>
<a title="Phone" href="tel:+358458820490">045 8820 490</a>
</p>
</div>
</div>
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>