質問編集履歴
1
ソースコードを修正いたしました
title
CHANGED
File without changes
|
body
CHANGED
@@ -96,7 +96,7 @@
|
|
96
96
|
```
|
97
97
|
|
98
98
|
```HTML
|
99
|
-
/* ./templates/main.html /
|
99
|
+
/* ./templates/main.html */
|
100
100
|
<head>
|
101
101
|
<meta charset="utf-8">
|
102
102
|
<meta name="description" content="オリジナルアプリ">
|
@@ -161,7 +161,7 @@
|
|
161
161
|
</div>
|
162
162
|
```
|
163
163
|
```CSS
|
164
|
-
/* ./static/style.css /
|
164
|
+
/* ./static/style.css */
|
165
165
|
body {
|
166
166
|
box-sizing: border-box;
|
167
167
|
margin: 0;
|