質問編集履歴

1

html全文を乗っけました

2020/08/18 12:14

投稿

nomura02
nomura02

スコア133

test CHANGED
File without changes
test CHANGED
@@ -81,3 +81,101 @@
81
81
 
82
82
 
83
83
  宜しくお願いします。
84
+
85
+
86
+
87
+
88
+
89
+ ### 修正(2020-08-18 21:13)
90
+
91
+
92
+
93
+ html全文を貼ります!
94
+
95
+ ```ここに言語を入力
96
+
97
+ <!DOCTYPE html>
98
+
99
+ <html lang="ja">
100
+
101
+ <head>
102
+
103
+ <meta charset="UTF-8">
104
+
105
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
106
+
107
+ <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
108
+
109
+ <link rel="stylesheet" href="../portfolio/webfontkit-20200818-043127/stylesheet.css" type="text/css" charset="utf-8" />
110
+
111
+ <title>Document</title>
112
+
113
+ </head>
114
+
115
+ <body>
116
+
117
+ <header>
118
+
119
+ <div class="video">
120
+
121
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/Nt6ZwuVzOS4?controls=0?autoplay=1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
122
+
123
+ </div>
124
+
125
+
126
+
127
+ <p>LOGO</p>
128
+
129
+
130
+
131
+ <div class="content">
132
+
133
+ <h1>portfolio</h1>
134
+
135
+ </div>
136
+
137
+ </header>
138
+
139
+
140
+
141
+ <section class="introduction">
142
+
143
+ <span>こんにちは*** ****です。</span>
144
+
145
+ <div class="dig">
146
+
147
+ <p>はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶</p>
148
+
149
+
150
+
151
+ <p>はじめの挨拶<br>
152
+
153
+ はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶</p>
154
+
155
+
156
+
157
+ <p>はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶はじめの挨拶</p>
158
+
159
+ </div>
160
+
161
+ </section>
162
+
163
+
164
+
165
+
166
+
167
+ <footer>
168
+
169
+
170
+
171
+ </footer>
172
+
173
+
174
+
175
+ </body>
176
+
177
+
178
+
179
+ </html>
180
+
181
+ ```