mirror of
https://github.com/ClaytonWWilson/FightHub.git
synced 2025-12-15 23:18:47 +00:00
Removed the hardcoded videos
This commit is contained in:
parent
dbb814f272
commit
7c7b854314
82
index.php
82
index.php
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user