37 lines
1.1 KiB
HTML
Executable File
37 lines
1.1 KiB
HTML
Executable File
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html"; charset=utf-8" />
|
|
<title>Page List</title>
|
|
<link rel="stylesheet" href="./resources/settings-notes/css.css" type="text/css">
|
|
</head>
|
|
<body>
|
|
<div id="bg"><img src="./resources/backgrounds/waterFall.gif"/></div>
|
|
<div class="section"><header style="font-size:200%;color:green;">LazyShare</header></div>
|
|
<br>
|
|
|
|
<div style="margin-left:15%;">
|
|
<a href="./Pictures">
|
|
<div class="homeSection">
|
|
<img style="margin-top:2em;" src="./resources/icons/pics.png"/>
|
|
<br>Pictures</div></a>
|
|
|
|
<a href="./Movies-TV-Music">
|
|
<div class="homeSection">
|
|
<img style="margin-top:2em;" src="./resources/icons/video.png"/>
|
|
<img style="margin-top:2em;" src="./resources/icons/music.png"/>
|
|
<br>Movies-TV-Music</div></a>
|
|
|
|
<a href="./Documents">
|
|
<div class="homeSection">
|
|
<img style="margin-top:2em;" src="./resources/icons/docs.png"/>
|
|
<br>Documents</div></a>
|
|
|
|
<a href="./Uploads">
|
|
<div class="homeSection">
|
|
<img style="margin-top:2em;" src="./resources/icons/docs.png"/>
|
|
<br>Uploads</div></a>
|
|
|
|
</body>
|
|
</html>
|