-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (48 loc) · 2 KB
/
index.html
File metadata and controls
57 lines (48 loc) · 2 KB
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
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<title> Movie Database</title>
</head>
<body>
<h1>
My Movie Taste
</h1>
I don't know what to write in here, but I don't want to leave it empty because of formatting so here is a sample Text.
<p>
<h2> Best 3 movies</h2>
<ol>
<li>
<a href="https://www.imdb.com/title/tt0133093/">Matrix (Trilogy)</a>
</li>
<li>
<a href="https://www.imdb.com/title/tt1700841/">Sausage Party</a>
</li>
<li>
<a href="https://www.imdb.com/title/tt0434409/">V wie Vendetta</a>
</li>
</ol>
<p>
<h2> Worst 3 movies</h2>
<ol>
<li>
<a href="https://www.imdb.com/title/tt1213644/">Disaster Movie</a>
</li>
<li>
<a href="https://www.imdb.com/title/tt0270846">Superbabies: Baby Geniuses</a>
</li>
<li>
<a href="https://www.imdb.com/title/tt0060666/">Manos: The Hands of Fate</a>
</li>
</ol>
<p>
<h2>
General taste
</h2>
I prefer Series, but some movies are great too. They often don't have that much of a plot, but especially the old classics
and trilogies (Star Wars, Lord of the Rings, Matrix,...) are great choices.
<h2>
Topics in movies
</h2>
Movies containing technichal references and Elements are my favourites. Sometimes I like them too, because they use well made special effects, or are done in a creative way.
</body>
</html>