-
Notifications
You must be signed in to change notification settings - Fork 0
/
old-index.html
41 lines (38 loc) · 1.95 KB
/
old-index.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
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Quicksand:300" rel="stylesheet">
<style>
*{
font-family: 'Quicksand', sans-serif;
}
#border_wrap {
width:675px; /* Same width than the video tag */
height:381px; /* Same height than the video tag */
padding:3px; /* If you want a 1px border add a padding of 2px, 2px border / 4px padding, etc */
background-color:rgb(2, 79, 222); /* Change the color you want for the border here */
}
</style>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<center><h1>Screenshot and Annotate</h1></center>
<br/>
<center>
<button type="button" class="btn btn-primary" onclick="location.href='https://github.com/devrj8/devrj8.github.io/releases/download/Beta/Screenshot.and.Annotate-beta.exe'"> <i class='fa fa-windows'> Download beta version</i></button>
</center>
<br/>
<center>
<div id="border_wrap">
<video width="672" height="378" autoplay loop muted>
<source src="saa.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</center>
<!-- <center><a href="home.html"><img src="icons/folder.png" width="110px" height="100px"></a></center> -->
</body>
</html>