-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (53 loc) · 2.13 KB
/
index.html
File metadata and controls
65 lines (53 loc) · 2.13 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-1856200-5', 'phalanxware.com');
ga('send', 'pageview');
</script>
<SCRIPT type="text/javascript">
<!--
if (document.domain != 'pharaohkj.github.io'){
location.href='https://pharaohkj.github.io/';
}
-->
</SCRIPT>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="SHORTCUT ICON" href="images/favicon.ico">
<link rel="icon" href="images/favicon.ico" type="image/gif">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<title>PhalanXware's Web Page</title>
</head>
<body>
<header>
<div class="container">
<h1>PhalanXware's Web Page</h1>
</div>
</header>
<div class="container">
<section id="main_content">
<h3>
<span class="octicon octicon-link">Welcome to PhalanXware's Web Page.</span>
</h3>
<p>
PhalanXware is a freelance for designing, development and maintenance of software. Please contact to <a href="mailto:request@phalanxware.com">request@phalanxware.com</a> if necessary.
</p>
<p>
History of my works are <a href="https://jp.linkedin.com/in/pharaohkj">here</a>.
</p>
<h3>
<span class="octicon octicon-link">Page Information.</span>
</h3>
<p>
Paged by <a href='https://github.com/PharaohKJ'>Masayuki KaToH</a>. Hosted this page by <a href='https://github.com/'>GitHub</a>. Forward to <a href='http://pharaohkj.github.io/'>pharaohkj.github.io</a> by <a href="http://nginx.org/">nginx</a>.
</p>
</section>
</div>
</body>
</html>