-
Notifications
You must be signed in to change notification settings - Fork 0
/
video.html
32 lines (26 loc) · 1.14 KB
/
video.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
<!doctype html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<link rel="stylesheet" href="video.css">
<link href="https://fonts.googleapis.com/css?family=Libre+Caslon+Text&display=swap" rel="stylesheet">
<!-- <link rel="shortcut icon" href="icon.png">
<title>Rachelkim</title> -->
<script src="web.js"></script>
<meta charset="UTF-8"></html>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body><!--
<h1 class="top"><i>In defense of the poor image</i></h1> -->
<div class="cursor"></div>
<iframe src="https://player.vimeo.com/video/396630830?loop=1&title=0&byline=0&portrait=0" width="1497.6" height="842.4" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
<div class="nav">
<a href="index.html"><div class="web"></div></a>
<a href="video.html"><div class="video"></div></a>
<a href="book.html"><div class="book"></div></a>
</div>
<div class="webt">WEBPAGE</div>
<div class="videot">VIDEO</div>
<div class="bookt">BOOKLET</div>
</body>