Skip to content

Commit

Permalink
test1
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Takase-95 committed May 25, 2024
0 parents commit e97e26e
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<dl>
<dt>写真</dt>
<dd>
<div>
<label><span>背面カメラ</span>
<input type="file" capture="environment" accept="image/*"></label>
</div>
<div>
<label><span>インカメラ</span>
<input type="file" capture="user" accept="image/*"></label>
</div>
</dd>
<dt>動画</dt>
<dd>
<div>
<label><span>背面カメラ</span>
<input type="file" capture="environment" accept="video/*"></label>
</div>
<div>
<label><span>インカメラ</span>
<input type="file" capture="user" accept="video/*"></label>
</div>
</dd>
</dl>
24 changes: 24 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<dl>
<dt>写真</dt>
<dd>
<div>
<label><span>背面カメラ</span>
<input type="file" capture="environment" accept="image/*"></label>
</div>
<div>
<label><span>インカメラ</span>
<input type="file" capture="user" accept="image/*"></label>
</div>
</dd>
<dt>動画</dt>
<dd>
<div>
<label><span>背面カメラ</span>
<input type="file" capture="environment" accept="video/*"></label>
</div>
<div>
<label><span>インカメラ</span>
<input type="file" capture="user" accept="video/*"></label>
</div>
</dd>
</dl>

0 comments on commit e97e26e

Please sign in to comment.