-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa7f679
commit e3f868c
Showing
4,048 changed files
with
974 additions
and
3,862,908 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!DOCTYPE html> | ||
<!-- | ||
browser | ||
--> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1"> | ||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0" /> | ||
<meta http-equiv="Cache-Control" content="private, no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0" /> | ||
<meta http-equiv="Pragma" content="no-cache" /> | ||
<meta http-equiv="Expires" content="0" /> | ||
<link rel="icon" type="image/png" href="../favicon.ico"> | ||
<title>browser</title> | ||
</head> | ||
<iframe | ||
class="handle" | ||
style="width: 305px; height: 450px; border: none" | ||
src="../browser.html" | ||
title="index" | ||
frameborder="0" | ||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" | ||
allowfullscreen | ||
> | ||
</iframe> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!DOCTYPE html> | ||
<!-- | ||
index | ||
--> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1"> | ||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0" /> | ||
<meta http-equiv="Cache-Control" content="private, no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0" /> | ||
<meta http-equiv="Pragma" content="no-cache" /> | ||
<meta http-equiv="Expires" content="0" /> | ||
<link rel="icon" type="image/png" href="../favicon.ico"> | ||
<title>index</title> | ||
</head> | ||
<iframe | ||
class="handle" | ||
style="width: 305px; height: 450px; border: none" | ||
src="../index.html" | ||
title="index" | ||
frameborder="0" | ||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" | ||
allowfullscreen | ||
> | ||
</iframe> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"en": | ||
{ | ||
"manual": | ||
{ | ||
"index":"en/index", | ||
"television":"en/tv", | ||
"playlist":"en/playlist", | ||
"reviews":"en/reviews", | ||
"browser":"en/browser" | ||
}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<!DOCTYPE html> | ||
<!-- | ||
playlist | ||
--> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1"> | ||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0" /> | ||
<meta http-equiv="Cache-Control" content="private, no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0" /> | ||
<meta http-equiv="Pragma" content="no-cache" /> | ||
<meta http-equiv="Expires" content="0" /> | ||
<link rel="icon" type="image/png" href="./favicon.ico"> | ||
<title>playlist</title> | ||
</head> | ||
<body bgcolor="black"> | ||
<iframe | ||
class="handle" | ||
style="width: 305px; height: 450px; border: none" | ||
src="https://www.youtube.com/embed?listType=playlist&list=PLwMe8hyy9osJ12XuqlqRcsPQ1qkOMt9O8&si=eeYl2_GhE_kXMb62&autoplay=1&autoplay=1" | ||
title="playlist" | ||
frameborder="0" | ||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" | ||
allowfullscreen | ||
> | ||
</iframe> | ||
</body> | ||
</html> | ||
playlist | ||
|
||
playlist | ||
|
||
playlist | ||
|
||
playlist | ||
|
||
playlist | ||
|
||
playlist | ||
|
||
playlist | ||
|
||
playlist | ||
|
||
playlist | ||
|
||
<!DOCTYPE html><meta name="viewport"content="user-scalable=yes, initial-scale=1.0, maximum-scale=1.0"/><title>playlist</title></br><br> | ||
<form action="../index.php" method="post"> | ||
<input id="input" type="text" name="title" | ||
onkeypress="return event.charCode != 32" | ||
class="{{ \App\getAllClasses()['text'] }}" | ||
class="create" style="create" class="titleInput" | ||
style="height: 30px;" maxlength="30" autocomplete="true" | ||
autocorrect="off" autocapitalize="off" spellcheck="true" | ||
placeholder="create synonym"> | ||
</form> | ||
|
||
<br><a href="../delete.php?action=delete&filename=./list/playlist.html">delete this page</a><center> | ||
<ul id="list"> | ||
<a href="../index.html"class="handle">index</a></br> | ||
|
||
playlist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
if the index.html located in directory "en" gets deleted copy and paste this index.html back into the directory named "en". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="charset=UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1"> | ||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
<meta name="viewport" content="user-scalable=yes, initial-scale=1.0, maximum-scale=1.0" /> | ||
<meta http-equiv="Cache-Control" content="private, no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0" /> | ||
<meta http-equiv="Pragma" content="no-cache" /> | ||
<meta http-equiv="Expires" content="0" /> | ||
<meta http-equiv="Clear-Site-Data" content="*"> | ||
<meta http-equiv="X-Frame-Options" content="DENY"> | ||
<meta http-epuiv="X-XSS-Protection" content="1; mode=block"> | ||
<meta http-equiv="X-Content-Type-Options" content="nosniff"> | ||
<meta http-equiv="Referer" content="same-origin"> | ||
<meta http-equiv="Content-Type" content="text/html"> | ||
<meta http-equiv="Set-Cookie" content="HttpOnly"> | ||
<meta http-equiv="Connection" content="Keep-alive"> | ||
<meta http-equiv="Referrer-Policy" content="no-referrer"> | ||
<meta http-equiv="Permissions-Policy" content="geolocation=(), camera=(), microphone=()"> | ||
<meta http-equiv="Content-Security-Policy" content=" | ||
default-src 'self' http: https:; | ||
script-src 'self' 'unsafe-inline' 'unsafe-eval' http: https:; | ||
style-src 'self' 'unsafe-inline' http: https:; | ||
img-src data: http: https:; | ||
font-src 'self' http: https:; | ||
connect-src http: https:; | ||
frame-src 'self' http: https:;"/> | ||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="cyan" /> | ||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="black" /> | ||
<link rel="icon" type="image/png" href="../favicon.ico"> | ||
<link rel="shortcut icon" href="../favicon.ico" media="(prefers-color-scheme: dark)"/> | ||
<link rel="shortcut icon" href="../favicon.ico" media="(prefers-color-scheme: light)" /> | ||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="cyan" /> | ||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="black" /> | ||
<style> | ||
fieldset { | ||
|
||
margin: 30px; | ||
border-radius: 25px; | ||
padding: 0; | ||
position: center; | ||
top: 200; | ||
left: 0; | ||
right: 0; | ||
width: 80%; | ||
} | ||
</style> | ||
<title>Reviews</title> | ||
</head> | ||
<body> | ||
<br> | ||
<center> | ||
<fieldset> | ||
<legend>Reviews</legend> | ||
<br> | ||
<form action="../reviews.php" method="post"> | ||
<input id="input" type="text" name="value" | ||
class="create" style="create" | ||
style="height: 30px;" maxlength="500" autocomplete="true" | ||
autocorrect="off" autocapitalize="off" spellcheck="true" | ||
placeholder="write a review"> | ||
</form> | ||
<br> | ||
|
||
testing user ui experience</br> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
<!DOCTYPE html> | ||
<!-- | ||
tv | ||
--> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1"> | ||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0" /> | ||
<meta http-equiv="Cache-Control" content="private, no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0" /> | ||
<meta http-equiv="Pragma" content="no-cache" /> | ||
<meta http-equiv="Expires" content="0" /> | ||
<link rel="icon" type="image/png" href="../favicon.ico"> | ||
<title>tv</title> | ||
</head> | ||
<body bgcolor="black"> | ||
<iframe | ||
class="handle" | ||
style="width: 305px; height: 450px; border: none" | ||
src="https://www.youtube.com/embed/videoseries?list=PLwMe8hyy9osJ75rfH-SjYb7Mlx-1GKh7Y&autoplay=1" | ||
title="tv" | ||
frameborder="0" | ||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" | ||
allowfullscreen | ||
> | ||
</iframe> | ||
</body> | ||
</html> | ||
tv | ||
|
||
tv | ||
|
||
tv | ||
|
||
tv | ||
|
||
tv | ||
|
||
tv | ||
|
||
tv | ||
|
||
tv | ||
|
||
tv | ||
|
||
tv | ||
|
||
<!DOCTYPE html><meta name="viewport"content="user-scalable=yes, initial-scale=1.0, maximum-scale=1.0"/><title>tv</title></br><br> | ||
<form action="../index.php" method="post"> | ||
<input id="input" type="text" name="title" | ||
onkeypress="return event.charCode != 32" | ||
class="{{ \App\getAllClasses()['text'] }}" | ||
class="create" style="create" class="titleInput" | ||
style="height: 30px;" maxlength="30" autocomplete="true" | ||
autocorrect="off" autocapitalize="off" spellcheck="true" | ||
placeholder="create synonym"> | ||
</form> | ||
|
||
<br><a href="../delete.php?action=delete&filename=./list/tv.html">delete this page</a><center> | ||
<ul id="list"> | ||
<a href="../index.html"class="handle">index</a></br> | ||
|
||
tv |
Oops, something went wrong.