View difference between Paste ID: Q3Pt9J7D and 3CmMYySz
SHOW: | | - or go back to the newest paste.
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<meta charset="utf-8">
5
<title>my page</title>
6
<style>
7
  body { background-color: yellow; }
8
  h1 { text-align: center; color: red;}
9
  figure { width: auto; text-align: center;}
10
</style>
11
</head>
12
<body>
13
<h1>H.I.B.H.S Varapuzha</h1>
14
<figure>
15
<img src="/home/bony/Desktop/1.jpg" />
16
</figure>
17
<video width="320" height="240" controls>
18-
<source src="/home/bony/Desktop/benedict
18+
<source src="/home/bony/Desktop/benedictstest.ogg" type="video/ogg">
19-
stest.ogg" type="video/ogg">
19+
20
</body>
21
</html>