-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.html
More file actions
executable file
·32 lines (31 loc) · 978 Bytes
/
code.html
File metadata and controls
executable file
·32 lines (31 loc) · 978 Bytes
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
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link href="/font/css/open-iconic-bootstrap.css" rel="stylesheet">
<title>ごたんとうのへや</title>
</head>
<body>
<div class="container">
<nav aria-label="breadcrumb" role="navigation">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">ホーム</a></li>
<li class="breadcrumb-item active" sria-current="page" >コード</a></li>
</ol>
</nav>
</div>
<div class="container">
<div class="jumbotron">
<h3>今まで作ったもの</h3>
<p class="lead">数学問題bot</p>
</div>
</div>
<div class="container">
</div>
</div>
<script src="js/jquery-3.3.1.slim.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
</body>
</html>