-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathundercons.html
More file actions
38 lines (31 loc) · 1.06 KB
/
undercons.html
File metadata and controls
38 lines (31 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>aslı karayel | composer & sound designer</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="game, composer, music, sound, asli, aslı, karayel">
<meta name="description" content="hey there, i'm a composer & sound designer for games.">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="img/favicon.ico"
</head>
<body>
<style>
@font-face {
font-family: 'Oxanium';
src: url(fonts/Oxanium-Light.woff);
}
</style>
<nav>
<a href="index.html">[home]</a>
<a href="about.html">[about]</a>
<a href="music.html">[music]</a>
<a href="undercons.html">[sound design]</a>
<a href="more.html">[more]</a>
</nav>
<div class="logo">
<img src="img/synthster-crt-transparent.gif" min-width="800" height="300"/>
</div>
<h1>under construction... too many things...</h1>
</body>
</html>