-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 877 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
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<title>Kian Mohageri's Personal Space</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<link href='http://fonts.googleapis.com/css?family=Crimson+Text|Goudy+Bookletter+1911|Belgrano' rel='stylesheet' type='text/css'>
<script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>
<style type="text/css">
body {
margin-top: 40px;
background-color: #111111;
font-family: "Goudy Bookletter 1911";
/*font-family: "Belgrano";*/
font-size: 24px;
}
.container {
width: 600px;
color: #cdcdcd;
}
</style>
</head>
<body>
<div class="container">
<blockquote>
<p>
</p>
</blockquote>
</div>
</body>
</html>