-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (37 loc) · 2.33 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
<html>
<head>
<title>Just a website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="banner">
<div class="navbar">
<img src="tree5.webp" class="logo">
<ul>
<li><a href="https://www.calculator.com/">Calculator</a></li>
<!-- The kine below is the provios login button that did not work -->
<!-- <li><a href="login_page.html">Login</a></li> -->
<li><a href="https://new.rcos.io/">RCOS Website</a></li>
</ul>
</div>
<div class="content">
<h1>Wallpaper Heaven</h1>
<h1></h1>
<h2>Looking for a nice wallpaper for your computer?<br>Well here you can choose between different themes and a new wallpaper will be generated,<br>if you find the image interesting, you may download it.</h2>
<br>
<h3>In order to download the file you can right click the image and choose "save image as"<br>if you wish for a new randomized wallpaper, you can come back to this page and choose again</h3>
<div>
<!-- <button type="button" class="btnlogin-popup"><span></span>Login</button> -->
<!-- <button type="button" onclick="location.href='https://youtube.com'"><span></span>Wanna go to youtube?</button> -->
<!-- <button type="button" onclick="location.href='https://google.com'"><span></span>Wanna go to google?</button> -->
<button type="button" onclick="location.href='https://source.unsplash.com/random/1920x1080/?forest'"><span></span>LANDSCAPE</button>
<button type="button" onclick="location.href='https://source.unsplash.com/random/1920x1080/?city'" ><span></span>CITYSCAPE</button>
<button type="button" onclick="location.href='https://source.unsplash.com/random/1920x1080/?animals'" ><span></span>ANIMALS</button>
<button type="button" onclick="location.href='https://source.unsplash.com/random/1920x1080/?random'" ><span></span>RANDOM</button>
<button type="button" onclick="location.href='https://source.unsplash.com/random/1920x1080/?abstract'" ><span></span>ABSTRACT</button>
</div>
</div>
</div>
<!-- <script src="scipt.js"></script> -->
</body>
</html>