-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (22 loc) · 965 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
24
25
<!DOCTYPE html>
<html lang="tr-TR">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0">
<title>Önder'in Dijital Parmak İzi</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Bree+Serif" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container dis">
<p class="title">onderbakirtas.com</p>
<div class="btn-group">
<a class="fb" href="http://facebook.com/onderbakirtas">Facebook</a>
<a class="tw" href="http://twitter.com/onderbakirtas">Twitter</a>
<a class="em" href="mailto:onderbakirtas@gmail.com">E-mail</a>
</div>
</div>
</body>
</html>