first
This commit is contained in:
parent
69e6c91a2b
commit
eac4e800a4
BIN
alyssa.jpg
Normal file
BIN
alyssa.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 MiB |
BIN
erin/Who.is.Erin.Carter.S01E01.m4v
Executable file
BIN
erin/Who.is.Erin.Carter.S01E01.m4v
Executable file
Binary file not shown.
51
erin/index.html
Normal file
51
erin/index.html
Normal file
@ -0,0 +1,51 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Who is Erin Carter</title>
|
||||
<style>
|
||||
body {
|
||||
background-color: #121212;
|
||||
}
|
||||
#video1 {
|
||||
display: flex;
|
||||
align-content: center;
|
||||
justify-content: center;
|
||||
margin: auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="video1">
|
||||
<video
|
||||
id="video"
|
||||
controls
|
||||
controlslist="nodownload"
|
||||
src="Who.is.Erin.Carter.S01E01.m4v
|
||||
|
||||
"
|
||||
type="video/mp4"
|
||||
>
|
||||
Your browser doesn't support embedded video. Sorry.
|
||||
</video>
|
||||
</div>
|
||||
<script>
|
||||
document.getElementById("video").addEventListener(
|
||||
"loadedmetadata",
|
||||
function () {
|
||||
this.currentTime = localStorage.getItem("time");
|
||||
},
|
||||
false
|
||||
);
|
||||
// document.getElementById("video").currentTime = 50;
|
||||
setInterval(function () {
|
||||
localStorage.setItem(
|
||||
"time",
|
||||
document.getElementById("video").currentTime
|
||||
);
|
||||
console.log(document.getElementById("video").currentTime);
|
||||
}, 10000);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
1
mail.svg
Normal file
1
mail.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" width="18px" height="18px"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/></svg>
|
||||
|
After Width: | Height: | Size: 277 B |
1
map.svg
Normal file
1
map.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" width="18px" height="18px"><path d="M0 0h24v24H0z" fill="none"/><path d="M20.5 3l-.16.03L15 5.1 9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5c0 .28.22.5.5.5l.16-.03L9 18.9l6 2.1 5.64-1.9c.21-.07.36-.25.36-.48V3.5c0-.28-.22-.5-.5-.5zM15 19l-6-2.11V5l6 2.11V19z"/></svg>
|
||||
|
After Width: | Height: | Size: 335 B |
1
phone.svg
Normal file
1
phone.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" width="18px" height="18px"><path d="M0 0h24v24H0z" fill="none"/><path d="M20.01 15.38c-1.23 0-2.42-.2-3.53-.56-.35-.12-.74-.03-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z"/></svg>
|
||||
|
After Width: | Height: | Size: 441 B |
1
vday
Submodule
1
vday
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit c5dcb3bd67cdb83dcfb4d61fc27c8177b50aee21
|
||||
Loading…
x
Reference in New Issue
Block a user