Skip to content

Commit

Permalink
fix: Video htmls sites
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyx committed Nov 21, 2023
1 parent 0d69066 commit bb43428
Show file tree
Hide file tree
Showing 4 changed files with 540 additions and 0 deletions.
136 changes: 136 additions & 0 deletions videos/video-1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
<!doctype html>
<html lang="en-us">
<head>
<meta charset="UTF-8" />
<base href="../" target="_blank" />

<!-- Favion -->
<link
rel="apple-touch-icon"
sizes="57x57"
href="favicons/apple-touch-icon-57x57.png"
/>
<link
rel="apple-touch-icon"
sizes="60x60"
href="favicons/apple-touch-icon-60x60.png"
/>
<link
rel="apple-touch-icon"
sizes="72x72"
href="favicons/apple-touch-icon-72x72.png"
/>
<link
rel="apple-touch-icon"
sizes="76x76"
href="favicons/apple-touch-icon-76x76.png"
/>
<link
rel="apple-touch-icon"
sizes="114x114"
href="favicons/apple-touch-icon-114x114.png"
/>
<link
rel="apple-touch-icon"
sizes="120x120"
href="favicons/apple-touch-icon-120x120.png"
/>
<link
rel="apple-touch-icon"
sizes="144x144"
href="favicons/apple-touch-icon-144x144.png"
/>
<link
rel="apple-touch-icon"
sizes="152x152"
href="favicons/apple-touch-icon-152x152.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="favicons/apple-touch-icon-180x180.png"
/>
<link
rel="icon"
type="image/png"
href="favicons/favicon-32x32.png"
sizes="32x32"
/>
<link
rel="icon"
type="image/png"
href="favicons/android-chrome-192x192.png"
sizes="192x192"
/>
<link
rel="icon"
type="image/png"
href="favicons/favicon-96x96.png"
sizes="96x96"
/>
<link
rel="icon"
type="image/png"
href="favicons/favicon-16x16.png"
sizes="16x16"
/>
<link rel="manifest" href="favicons/manifest.json" />
<link
rel="mask-icon"
href="favicons/safari-pinned-tab.svg"
color="#5bbad5"
/>
<link rel="shortcut icon" href="favicons/favicon.ico" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta
name="msapplication-TileImage"
content="favicons/mstile-144x144.png"
/>
<meta name="msapplication-config" content="favicons/browserconfig.xml" />
<meta name="theme-color" content="#ffffff" />

<title>GRSFramework by gabyx</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link
rel="stylesheet"
type="text/css"
href="stylesheets/normalize.css"
media="screen"
/>
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:400,700"
rel="stylesheet"
type="text/css"
/>
<link
rel="stylesheet"
type="text/css"
href="stylesheets/stylesheet.css"
media="screen"
/>
<link
rel="stylesheet"
type="text/css"
href="stylesheets/github-light.css"
media="screen"
/>
<style>
video {
display: block;
position: relative;
min-width: 300px;
max-width: 100%;
padding: 10px;
left: 50%;
transform: translateX(-50%);
}
</style>
</head>
<body>
<video controls>
<source src="videos/Avalanche-P-9Tracking.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</body>
</html>
132 changes: 132 additions & 0 deletions videos/video-2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
<!doctype html>
<html lang="en-us">
<head>
<meta charset="UTF-8" />
<base href="../" target="_blank" />

<!-- Favion -->
<link
rel="apple-touch-icon"
sizes="57x57"
href="favicons/apple-touch-icon-57x57.png"
/>
<link
rel="apple-touch-icon"
sizes="60x60"
href="favicons/apple-touch-icon-60x60.png"
/>
<link
rel="apple-touch-icon"
sizes="72x72"
href="favicons/apple-touch-icon-72x72.png"
/>
<link
rel="apple-touch-icon"
sizes="76x76"
href="favicons/apple-touch-icon-76x76.png"
/>
<link
rel="apple-touch-icon"
sizes="114x114"
href="favicons/apple-touch-icon-114x114.png"
/>
<link
rel="apple-touch-icon"
sizes="120x120"
href="favicons/apple-touch-icon-120x120.png"
/>
<link
rel="apple-touch-icon"
sizes="144x144"
href="favicons/apple-touch-icon-144x144.png"
/>
<link
rel="apple-touch-icon"
sizes="152x152"
href="favicons/apple-touch-icon-152x152.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="favicons/apple-touch-icon-180x180.png"
/>
<link
rel="icon"
type="image/png"
href="favicons/favicon-32x32.png"
sizes="32x32"
/>
<link
rel="icon"
type="image/png"
href="favicons/android-chrome-192x192.png"
sizes="192x192"
/>
<link
rel="icon"
type="image/png"
href="favicons/favicon-96x96.png"
sizes="96x96"
/>
<link
rel="icon"
type="image/png"
href="favicons/favicon-16x16.png"
sizes="16x16"
/>
<link rel="manifest" href="favicons/manifest.json" />
<link
rel="mask-icon"
href="favicons/safari-pinned-tab.svg"
color="#5bbad5"
/>
<link rel="shortcut icon" href="favicons/favicon.ico" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta
name="msapplication-TileImage"
content="favicons/mstile-144x144.png"
/>
<meta name="msapplication-config" content="favicons/browserconfig.xml" />
<meta name="theme-color" content="#ffffff" />

<title>GRSFramework by gabyx</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link
rel="stylesheet"
type="text/css"
href="stylesheets/normalize.css"
media="screen"
/>
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:400,700"
rel="stylesheet"
type="text/css"
/>
<link
rel="stylesheet"
type="text/css"
href="stylesheets/stylesheet.css"
media="screen"
/>
<link
rel="stylesheet"
type="text/css"
href="stylesheets/github-light.css"
media="screen"
/>
<style>
video {
position: relative;
left: 50%;
transform: translateX(-50%);
}
</style>
</head>
<body>
<video controls>
<source src="videos/Avalanche-P-9StaticFarProcs.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</body>
</html>
Loading

0 comments on commit bb43428

Please sign in to comment.