質問編集履歴
1
更新
test
CHANGED
File without changes
|
test
CHANGED
@@ -35,3 +35,41 @@
|
|
35
35
|
【質問】
|
36
36
|
|
37
37
|
以上の状況から何か原因がわかる方、ご教授お願いします。
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
【追記】
|
42
|
+
|
43
|
+
```html
|
44
|
+
|
45
|
+
<!DOCTYPE html>
|
46
|
+
|
47
|
+
<head>
|
48
|
+
|
49
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
|
50
|
+
|
51
|
+
</head>
|
52
|
+
|
53
|
+
<style type="text/css">
|
54
|
+
|
55
|
+
h1{
|
56
|
+
|
57
|
+
text-align: center;
|
58
|
+
|
59
|
+
margin-top: 100px;
|
60
|
+
|
61
|
+
}
|
62
|
+
|
63
|
+
</style>
|
64
|
+
|
65
|
+
<body>
|
66
|
+
|
67
|
+
<h1>senpai,notice me!</h1>
|
68
|
+
|
69
|
+
</body>
|
70
|
+
|
71
|
+
</html>
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
```
|