-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (40 loc) · 1.1 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/styles-front.css" />
<link rel="icon" href="images/Phify-Favicon.png" sizes="512x512">
<script src="js/script.js" async></script>
<title>PHify</title>
</head>
<body>
<div class="container">
<div class="github">
<a href="https://github.com/MaanDodiya/" target="_blank">
<img src="images/github-logo.png" class="github-logo"></img>
Maan Dodiya
</a>
</div>
<div class="logo">
<h1>
<div class="phify-container" onclick=refresh()>PH<span class="ify">ify</span>
<div class="tagline">Local Video Browser</div>
</div>
</h1>
</div>
<button>Browse</button>
<input
type="file"
id="filepicker"
name="fileList"
webkitdirectory
multiple
/>
<footer>
<div class="line-1">Made with <img src="images/heart.png" class="heart"></div>
<div class="line-2">2Di Productions, 2020</div>
</footer>
</div>
</body>
</html>