-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (33 loc) · 1.09 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
<html>
<head><title> baris </title>
<link href="reset.css" rel="stylesheet" type="text/css" />
<link href="baris.css" rel="stylesheet" type="text/css" />
<link href="index.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23994270-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="boxes">
<!-- <a href="http://metin.org/wiki"> -->
<!-- <h2>Wiki</h2> -->
<!-- <p> personal wiki </p> -->
<!-- </a> -->
<a href="about.html">
<h2>About</h2>
<p> Me </p>
</a>
<a href="projects.html">
<h2>Github Projects</h2>
<p> my projects hosted at github.com </p>
</a>
</div>
</body>
</html>