-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
101 lines (91 loc) · 3.8 KB
/
404.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
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-72643447-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-72643447-1');
</script>
<!-- End of global site tag (gtag.js) - Google Analytics -->
<title>More is different - 404</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Home page of Kenji Harada">
<meta name="author" content="Kenji Harada">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<style>
.link-muted a:link {
color: #000;
}
.link-muted a:hover {
color: #999;
text-decoration: underline;
}
</style>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="https://www-np.acs.i.kyoto-u.ac.jp/~harada/index-en.html">Kenji Harada</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="https://www-np.acs.i.kyoto-u.ac.jp/~harada/index-en.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www-np.acs.i.kyoto-u.ac.jp/~harada/study/index-en.html">Study</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www-np.acs.i.kyoto-u.ac.jp/~harada/education/index-en.html">Education</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www-np.acs.i.kyoto-u.ac.jp/~harada/archives-en.html">Archives</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www-np.acs.i.kyoto-u.ac.jp/~harada/index.html">[Japanese]</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main role="main">
<div class="py-5 bg-light">
<div class="container">
<h1> Sorry for some problems!</h1>
<p>
The name of HTML files are often changed to make more better
ones. Probably your request is such old file. Then you can find it in
my new home page.
</p>
<p>
<strong>Please search the new page in <a href="https://www-np.acs.i.kyoto-u.ac.jp/~harada/index-en.html">my home page</a>.</strong>
</p>
<p>
PS. The demo page of <em>Monte Carlo simulations</em> is moved to <a href="https://www-np.acs.i.kyoto-u.ac.jp/~harada/education/demos/mc_ising/index-en.html">https://www-np.acs.i.kyoto-u.ac.jp/~harada/education/demos/mc_ising/index-en.html</a>.
</p>
</div>
</div>
</main>
<footer>
<div class="container">
<p class="float-end">
<a href="#">Back to top</a>
</p>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
</body>
</html>