Create Redditlikeproject3.HTML
This commit is contained in:
parent
0d771ffedf
commit
64823ee478
1 changed files with 24 additions and 0 deletions
24
Redditlikeproject3.HTML
Normal file
24
Redditlikeproject3.HTML
Normal file
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Sve političke ideologije dvadesetog veka!</title>
|
||||
<style>
|
||||
body {
|
||||
text-align: center;
|
||||
background-color: #fff3b0; /* yellowish */
|
||||
}
|
||||
|
||||
video {
|
||||
width: 960px;
|
||||
height: 540px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Sve političke ideologije dvadesetog veka!</h1>
|
||||
<video controls>
|
||||
<source src="tophat_vid.mp4" type="video/mp4">
|
||||
E ovo ti ne radi
|
||||
</video>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue