質問編集履歴
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -2,6 +2,29 @@
|
|
2
2
|
一体なにが原因なのでしょうか。親切な方ご連絡お待ちしております。
|
3
3
|
|
4
4
|
```HTML
|
5
|
+
<!doctype html>
|
6
|
+
<html lang="ja">
|
7
|
+
<head>
|
8
|
+
<!-- Required meta tags -->
|
9
|
+
<meta charset="utf-8">
|
10
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
11
|
+
|
12
|
+
<!-- Bootstrap <CSS -->
|
13
|
+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
|
14
|
+
<link href="/font/css/open-iconic-bootstrap.css" rel="stylesheet">
|
15
|
+
|
16
|
+
<link href="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.6.1/css/bootstrap4-toggle.min.css" rel="stylesheet">
|
17
|
+
<script src="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.6.1/js/bootstrap4-toggle.min.js"></script>
|
18
|
+
<Link href="https://use.fontawesome.com/releases/v5.6.1/css/all.css" rel="stylesheet" />
|
19
|
+
|
20
|
+
</head>
|
21
|
+
<body>
|
22
|
+
|
23
|
+
<!-- Button trigger modal -->
|
24
|
+
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal">
|
25
|
+
Launch demo modal
|
26
|
+
</button>
|
27
|
+
|
5
28
|
<!-- Button trigger modal -->
|
6
29
|
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal">
|
7
30
|
Launch demo modal
|
@@ -27,4 +50,9 @@
|
|
27
50
|
</div>
|
28
51
|
</div>
|
29
52
|
</div>
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
</body>
|
57
|
+
</html>
|
30
58
|
```
|