-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (54 loc) · 3.5 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
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap" rel="stylesheet">
<meta name="description" content="Enjoy streaming video and limitless fun at Lookeeloo. With lots of videos, you can have endless fun and everyone cannot stop watching Lookeeloo and cannot stop laughing. Whether you're watching Korean drama, action, you name it, it is there. What are you waiting for? Visit Lookeeloo today!">
<meta name="keywords" content="free, streaming, video streaming, lookeeloo, netflix alternative, fun, endless fun, entertainment">
<title>Lookeeloo</title>
<link rel="shortcut icon" type="image/jpg" href="assets/logo.png"/>
</head>
<body>
<header>
<div class="header">
<img src="assets/logo.png" width="50">
<input type="text" id="searchbox" placeholder="Search Lookeeloo" style="position: relative; bottom: 3%;">
<i class="material-icons" onclick="upload()" style="position: relative; bottom: 3%; vertical-align: 50%; margin-left: 11%; cursor: pointer;">file_upload</i>
<a href="pages/settings.html" style="color: white;">
<i class="material-icons" style="position: relative; bottom: 3%; vertical-align: 50%; margin-left: 2%">settings</i>
</a>
<i class="material-icons topcorner" style="position: relative; bottom: 3%; vertical-align: 50%;">account_circle</i>
</div>
</header>
<h1 style="font-family: Source Sans Pro; font-size: 29px; font-weight: 700; margin-left: 1.2%;">For You</h1>
<div class="library">
<a href="video/6294386/player.html">
<img src="video/6294386/6294386.jpeg" width="350" style="margin-left: 1%;" title="Morshu rtx finds diamonds by arsyadyudhistira">
</a>
<a href="video/6753970/player.html">
<img src="video/6753970/6753970.jpg" width="350" style="margin-left: 1%;" title="You Look So Good Meme (Collab) by GamerCrystalWolf2">
</a>
<a href="video/6382939/player.html">
<img src="video/6382939/6382939.png" width="350" style="margin-left: 1%;" title="Emo nerd smashes his room (TeRa: Mad of Fire) by Lain">
</a>
</div>
<div class="library-row-2">
<a href="video/6381937-series/selection.html">
<img src="video/6381937-series/6381937-poster.jpg" width="350" style="margin-left: 1%;" title="The Tiniest Man in the World">
</a>
<a href="video/6582187/player.html">
<img src="video/6582187/6582187.png" width="350" style="margin-left: 1%;" title="Try not to laugh - Brookhaven funny moments">
</a>
</div>
<dialog id="window">
<h3>Settings</h3>
<button id="exit" onclick="closeSettings()">Save and Exit</button>
</dialog>
</body>
</html>