Commit 1c7dfe3d by Ivan Simatupang

Memperbaharui bagian index.......

parent b263b8eb
...@@ -108,7 +108,9 @@ ...@@ -108,7 +108,9 @@
<section> <section>
<div class="container"> <div class="container">
<div class="col-md-4" > <div class="col-md-4" >
<iframe src="video/vid1.mp4" width="240" height="150" frameborder="0" allowfullscreen></iframe> <video width="100%" controls preload="metadata">
<source src="video/vid1.mp4" width="240" height="150" frameborder="0" allowfullscreen/ >
</video>
</div> </div>
<div class="col-md-8" > <div class="col-md-8" >
<h2>Museum TB Silalahi</h2> <h2>Museum TB Silalahi</h2>
...@@ -138,7 +140,9 @@ ...@@ -138,7 +140,9 @@
</p> </p>
</div> </div>
<div class="col-md-4" > <div class="col-md-4" >
<iframe src="video/vid2.mp4" width="240" height="150" frameborder="0" allowfullscreen></iframe> <video width="100%" controls preload="metadata">
<source src="video/vid2.mp4" width="240" height="150" frameborder="0" allowfullscreen/ >
</video>
</div> </div>
</div> </div>
<hr> <hr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment