Skip to content

Commit

Permalink
None
Browse files Browse the repository at this point in the history
  • Loading branch information
KuranosukeOhta committed Aug 9, 2021
1 parent 0430fcc commit e3a45a9
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 19 deletions.
5 changes: 5 additions & 0 deletions css/desktop.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[.ShellClassInfo]
InfoTip=このフォルダはオンラインで共有されています。
IconFile=C:\PROGRA~1\Google\Drive\GOOGLE~1.EXE
IconIndex=16

5 changes: 5 additions & 0 deletions desktop.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[.ShellClassInfo]
InfoTip=このフォルダはオンラインで共有されています。
IconFile=C:\PROGRA~1\Google\Drive\GOOGLE~1.EXE
IconIndex=16

5 changes: 5 additions & 0 deletions img/desktop.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[.ShellClassInfo]
InfoTip=このフォルダはオンラインで共有されています。
IconFile=C:\PROGRA~1\Google\Drive\GOOGLE~1.EXE
IconIndex=16

12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

<link rel="stylesheet" href="style.css">

<script src="main.js"></script>

</head>
<body>
Expand All @@ -36,9 +35,13 @@ <h1>Flight Information Display</h1>
<tbody>

<tr>
<th>12:50</th><th>OSAKA</th><th>NH 469</th>
<th><div></div></th><th>OSAKA</th><th>NH 469</th>
</tr>

<div id="mydiv"><p>こんにちは!</p></div>

<script src="main.js"></script>

<tr>
<th>12:50</th><th>OSAKA</th><th>NH 469</th>
</tr>
Expand All @@ -56,13 +59,12 @@ <h1>Flight Information Display</h1>
</tbody>
</table>



<script src="main.js"></script>

</div>


<iframe src="https://raw.githubusercontent.com/anars/blank-audio/master/500-milliseconds-of-silence.mp3" allow="autoplay" id="audio" style="display:none"></iframe>
<!-- iframe src="https://raw.githubusercontent.com/anars/blank-audio/master/500-milliseconds-of-silence.mp3" allow="autoplay" id="audio" style="display:none"></iframe-->


<!-- script src="CheckSpeechSynthesis.js"></script -->
Expand Down
5 changes: 5 additions & 0 deletions js/desktop.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[.ShellClassInfo]
InfoTip=このフォルダはオンラインで共有されています。
IconFile=C:\PROGRA~1\Google\Drive\GOOGLE~1.EXE
IconIndex=16

15 changes: 1 addition & 14 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,14 +1 @@

window.addEventListener('DOMContentLoaded' , function() {

let data;
let time = '12:50' ;
let where = 'SAPPORO';

data = where+time;

let html = '<tr><th>' + time + '</th><th>' + where + '</th></hr>';

document.querySelector('#output').innerHTML = html ;

});
document.getElementById('mydiv').innerHTML = "<p>こんばんわ!</p>";
5 changes: 5 additions & 0 deletions sounds/desktop.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[.ShellClassInfo]
InfoTip=このフォルダはオンラインで共有されています。
IconFile=C:\PROGRA~1\Google\Drive\GOOGLE~1.EXE
IconIndex=16

0 comments on commit e3a45a9

Please sign in to comment.