-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (35 loc) · 1.71 KB
/
Copy pathindex.html
File metadata and controls
42 lines (35 loc) · 1.71 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
<!DOCTYPE html>
<html lang="el">
<head>
<!-- Basic meta -->
<meta charset="UTF-8">
<meta name="description" content="Massive Open Online Courses">
<meta name="keywords" content="MOOC, μαθησιακό υλικό, εκπαίδευση εξ'αποστάσεως">
<meta name="author" content="Μυρτώ Χατζηβουκούδη">
<title>Edume | Σχετικά με εμάς</title>
<!-- Mobile Specific -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Shortcut Icon -->
<link rel="shortcut icon" type="image/png" href="resources/edume_icon.png">
</head>
<body>
<main>
<h1>Πρώτη εργασία HTML</h1>
<h2>Ονοματεπώνυμο</h2>
<ul>
<li>Μυρτώ Χατζηβουκούδη | 3180203</li>
<li>Ευάγγελος Πιπιλίκας | 3180157</li>
</ul>
<h2>Κατάλογος συνδέσμων προς εργασίες</h2>
<ul>
<li><a href="Exercise1/index.html">Άσκηση 1</a></li>
<li><a href="Exercise2/index.html">Άσκηση 2</a></li>
<li><a href="Exercise3/index.html">Άσκηση 3</a></li>
<li><a href="Exercise4/index.html">Άσκηση 4</a></li>
<li><a href="Exercise5/index.html">Άσκηση 5</a></li>
</ul>
<h2>Σύνδεσμος εργασίας στο <strong>GitHub</strong></h2>
<p>Ο σύνδεσμος είναι:<a href="https://github.com/Apipilikas/html_project_1">html_project_1</a></p>
</main>
</body>
</html>