Create Redditlikeproject3.HTML

This commit is contained in:
Dangrainage 2023-08-14 22:33:43 +02:00 committed by GitHub
parent 0d771ffedf
commit 64823ee478
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

24
Redditlikeproject3.HTML Normal file
View 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>