-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (57 loc) · 1.7 KB
/
index.html
File metadata and controls
58 lines (57 loc) · 1.7 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: { equationNumbers: { autoNumber: "AMS" }},
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true
},
"HTML-CSS": { matchFontHeight: false },
displayAlign: "left",
displayIndent: "2em"
});
</script>
<title>
ShPhoNe's web site
</title>
</head>
<body>
<h1>
under construction.
</h1>
<p>
なにかを書くかもしれないし,書かないかもしれない.
</p>
<h4>
何者?
</h4>
<p>
とある大学で数学を勉強している.現在は微積分,位相などを勉強中.一週間で牛乳を6,7本消費する生き物.
</p>
<li>
<a href="other.html">なにか</a>
</li>
<li>
<a href="forbidden.html">Forbidden体験</a>
</li>
<li>
<a href="reading.html">読書リスト</a>
</li>
<hr>
<footer>
<small>©
<script>
renew = new Date(document.lastModified);
y=renew.getFullYear();
document.write(y)
</script>
ShPhoNe
</small>
</footer>
</body>
</html>