about summary refs log tree commit diff
path: root/usth/ICT3.2/prac/1/task2.html
diff options
context:
space:
mode:
Diffstat (limited to 'usth/ICT3.2/prac/1/task2.html')
-rw-r--r--usth/ICT3.2/prac/1/task2.html79
1 files changed, 79 insertions, 0 deletions
diff --git a/usth/ICT3.2/prac/1/task2.html b/usth/ICT3.2/prac/1/task2.html
new file mode 100644
index 0000000..92f9da0
--- /dev/null
+++ b/usth/ICT3.2/prac/1/task2.html
@@ -0,0 +1,79 @@
+<!DOCTYPE html>
+<html>
+<body>
+  <h1>My favorite movies</h1>
+  <ol>
+    <li>American Hustle</li>
+    <li>American Psycho</li>
+    <li>American Ultra</li>
+    <li>A Quiet Place</li>
+    <li>A Simple Favor</li>
+    <li>Blade Runner 2049</li>
+    <li>Blender</li>
+    <li>Borat</li>
+    <li>Chronicle</li>
+    <li>Coraline</li>
+    <li>Django Unchained</li>
+    <li>Donnie Darko</li>
+    <li>Equilibrium</li>
+    <li>Euphoria</li>
+    <li>Fight Club</li>
+    <li>Friends with Benefits</li>
+    <li>From Beijing with Love</li>
+    <li>Get Smart</li>
+    <li>Identity</li>
+    <li>Inception</li>
+    <li>Inglourious Basterds</li>
+    <li>Interstellar</li>
+    <li>Jennifers Body</li>
+    <li>Joker</li>
+    <li>Keeping Up with the Joneses</li>
+    <li>Kung Fu Hustle</li>
+    <li>Leon The Professional</li>
+    <li>Maleficent: Mistress Of Evil</li>
+    <li>Mr and Mrs Smith</li>
+    <li>Mr Right</li>
+    <li>Mr Robot</li>
+    <li>My Days of Mercy</li>
+    <li>Nocturnal Animals</li>
+    <li>Pokemon: Detective Pikachu</li>
+    <li>Pulp Fiction</li>
+    <li>Red</li>
+    <li>Rubber</li>
+    <li>Scary Movies</li>
+    <li>Spider-Man: Far From Home</li>
+    <li>Spider-Man: Into the Spider-Verse</li>
+    <li>Splice</li>
+    <li>Spy Intervention</li>
+    <li>Taxi</li>
+    <li>The Bourne Identity</li>
+    <li>The Dark Knight</li>
+    <li>The Game</li>
+    <li>The Hunger Games</li>
+    <li>The Island</li>
+    <li>The Silence of the Lambs</li>
+    <li>The Texas Chainsaw Massacre</li>
+    <li>The Wrestler</li>
+    <li>Three Flavours Cornetto</li>
+    <li>Underworld</li>
+    <li>Unleashed</li>
+    <li>Up In The Air</li>
+    <li>Wreck-It Ralph</li>
+    <li>X-Men: Days of Future Past</li>
+    <li>X-Men: First Class</li>
+    <li>Zathura: A Space Adventure</li>
+  </ol>
+  <h1>Subjects I'm studying this semester</h1>
+  <ul>
+    <li>Scientific Writing</li>
+    <li>French 3.1</li>
+    <li>French 3.2</li>
+    <li>Object-oriented Systems Analysis and Design</li>
+    <li>Web Application Development</li>
+    <li>Machine learning and Data mining I</li>
+    <li>Graph Theory</li>
+    <li>Mobile Application Development</li>
+    <li>Advanced Databases</li>
+  </ul>
+</body>
+</html>