Oshuma / oshuma.github.com

Github Page

This URL has Read+Write access

oshuma.github.com / index.html
100644 44 lines (33 sloc) 1.473 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
39
40
41
42
43
44
<html>
<head>
<title>Github: Oshuma</title>
    <!-- Dependencies -->
    <script src="javascript/jquery.js" type="text/javascript"></script>
    <script src="javascript/jquery.md5.js" type="text/javascript"></script>
 
    <!-- Configuration (load *before* anything else!) -->
    <script src="javascript/config.js" type="text/javascript"></script>
 
    <!-- Application libraries. -->
    <script src="javascript/gravatar.js" type="text/javascript"></script>
 
    <!-- Load application last to 'run' it. -->
    <script src="javascript/application.js" type="text/javascript"></script>
 
    <link href="stylesheets/main.css" media="screen" rel="stylesheet" type="text/css" />
</head>
 
<body>
<a href="http://github.com/oshuma"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub" /></a>
    <img src="#" id="gravatar" />
 
    <div id="header">
      <h1><a href="http://github.com/oshuma">&isin; Oshuma &ni;</a></h1>
      <span><a href="http://oshuma.github.com/">http://oshuma.github.com/</a></span>
    </div>
 
    <div id="tabs">
      <a href="content/me.html">Me</a>
      <a href="content/projects.html">Projects</a>
      <a href="content/gpg.html">Key</a>
    </div>
 
    <div id="content">
    </div>
 
    <div id="footer">
      <a href="http://github.com/Oshuma/oshuma.github.com/" title="View Source">View Source</a>
    </div>
 
</body>
</html>