Removed the hardcoded videos

This commit is contained in:
Clayton Wilson 2019-04-22 20:41:57 -04:00 committed by GitHub
parent dbb814f272
commit 7c7b854314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,86 +138,6 @@ function writeEntryforIndex() {
writeEntryforIndex(); writeEntryforIndex();
?> ?>
<!-- This is where php code for loading preview videos below the titlebar will go -->
<div class="video-list-container">
<!-- Entry 1 -->
<div id="video-item">
<iframe width="640" height="360" src="https://www.youtube.com/embed/eCI8eAbq-4c" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
<a href="https://www.youtube.com/watch?v=eCI8eAbq-4c">Video Title Here</a>
<div id="players-characters">
<table>
<tr>
<td class="header">Players</td>
<td class="header">Characters</td>
</tr>
<tr>
<td class="data" id="table-border">Player1</td>
<td class="data" id="table-border">Character1</td>
</tr>
<tr>
<td class="data" id="table-border">Player2</td>
<td class="data" id="table-border">Character2</td>
</tr>
</table>
</div>
<div id="game-stage">
<p>Game Name</p>
<p>Stage Name</p>
</div>
<div id="description">
<p>The description goes here.......</p>
</div>
</div>
<!-- Entry 2 -->
<div id="video-item">
<iframe width="640" height="360" src="https://www.youtube.com/embed/eCI8eAbq-4c" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
<a href="https://www.youtube.com/watch?v=eCI8eAbq-4c">Video Title Here</a>
<div id="players-characters">
<table>
<tr>
<td class="header">Players</td>
<td class="header">Characters</td>
</tr>
<tr>
<td class="data" id="table-border">Player1</td>
<td class="data" id="table-border">Character1</td>
</tr>
<tr>
<td class="data" id="table-border">Player2</td>
<td class="data" id="table-border">Character2</td>
</tr>
</table>
</div>
<div id="game-stage">
<p>Game Name</p>
<p>Stage Name</p>
</div>
<div id="description">
<p>The description goes here.......</p>
</div>
</div>
</div>
</body> </body>
</html> </html>