-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (50 loc) · 1.87 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
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>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="theme-color" content="#234059">
<title>fmnbox</title>
<link rel="stylesheet" href="/style.css" type="text/css">
<!-- <link rel="icon" sizes="192x192" href="/icon.png"> -->
<script src="/script/getupdatedate.js"></script>
</head>
<body>
<div class="main">
<header class="title">
<a class="bt1" href="/index.html">ふみ箱</a>
</header>
<article>
<!--ここから下に本文-->
ふみ箱 > <a href="/index.html">ホーム</a>
<div class="topic">
About This Page
</div>
<div class="contents">
<p>
備忘録。ごみ箱じゃないよ。
</p>
<p>
中身はまだない
</p>
</div>
<div class="topic">
使ってるツールのリンク
</div>
<div class="contents">
<a href="https://www.google.co.jp" target="_blank" class="btn-flat-border">Google</a>
<a href="https://www.tablesgenerator.com/" target="_blank" class="btn-flat-border">LaTeX用表生成サイト</a>
<a href="http://www.falstad.com/circuit/" target="_blank" class="btn-flat-border">回路シミュレータ</a> <br>
</div>
<br>
<!--最終更新日取得--><script type="text/javascript">getupdatedate();</script>
<!--ここから上に本文-->
</article>
<footer>
<div style="text-align: center">
Copyright 2021 minofumino
</div>
</footer>
</div>
</body>
</html>