Spaces:
Running
Running
Update index.html
Browse files- index.html +6 -1
index.html
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
2 |
body {
|
3 |
display: flex;
|
4 |
flex-direction: column;
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="ja">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<title>動画プレイヤー</title>
|
6 |
+
<style>
|
7 |
body {
|
8 |
display: flex;
|
9 |
flex-direction: column;
|