-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (26 loc) · 962 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Corny stuff</title>
<link rel="icon" type="image/png" href="./pics/icon.png">
<link rel="stylesheet" type="text/css" href="./style.css"/>
</head>
<body>
<div id="txtBox">
<img width="200" height="120" id="moon1" src="./pics/moon.png"/>
Am venit cu ideea asta acum vreo două zile
crezând că pot să o termin într-o zi dar
îți dai seama că nu așa a fost,
a fost mult mai complex decât mă așteptam ahah.
Design-ul e mediocru at best but i tried :D.<br>
Hope you enjoy it<br>
pwp
<br>
<img width="200" height="120" id="moon2" src="./pics/moon.png"/>
<button id="next"><a href="./main.html">apasă-mă</a></button>
</div>
</body>
</html>