-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo.html
44 lines (43 loc) · 1.42 KB
/
demo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Working</title>
<style type="text/css">
.video-container {
width: 70%;
border-radius: 4px;
margin: 0 auto;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}
.video-container .video-wrapper {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.video-container video {
width: 100%;
height: 100%;
border-radius: 4px;
}
</style>
<body>
<br>
<div class="video-wrapper">
<div class="video-container" id="video-container">
<video controls>
<source src="https://mediastorage66.blob.core.windows.net/asset-780616cf-89e5-49a0-b472-9ee473286e68/Working_1280x656_AACAudio_191.mp4?sv=2021-06-08&ss=bqtf&srt=sco&sp=rwdlacuptfxiy&se=2023-01-30T20:25:03Z&sig=d%2B5BMiSreT06XL4bkW%2B43oQwsxXOn9TPt264DrFOFq8%3D&_=1675081807322" type="video/mp4">
</video>
</div>
</div>
<br>
<center><button style=" text-align: center; border-radius: 20px; position: parent; padding: 10px 20px; font-size: 20px; background-color: #008CBA;" value="" onclick="location.href='https://github.com/SwarupKanade/CPU-Scheduler'">Close</button></center>
</body>
<script></script>
</html>