This repository was archived by the owner on Dec 3, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (49 loc) · 1.19 KB
/
index.html
File metadata and controls
57 lines (49 loc) · 1.19 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>
<head>
<meta charset="utf-8">
<title>HTML and Git Practice</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="site-header">
Practicing HTML, CSS and Git
</header>
<div class="site-content">
<div class="primary-content">
<article class="primary-column">
<h1>Master</h1>
</article>
<article class="secondary-column">
<h1>Student 1</h1>
</article>
<article class="third-column">
<h1>Student 2<h1>
</article
<article>
<h1>Student 3</h1>
</article>
<article>
<h1>Student 4</h1>
</article>
</div>
</div>
<foote>
We are the students
<a href="hervin.html">Hervin</a> -
<a href="rateb.html">Mohamed Rateb</a> -
<a href="dwina.html">Mohamed Dwina</a> -
<a href="simon.html">Simon</a> -
<a href="habiba.html">Habiba</a> -
<a href="etzali.html">Etzali</a> -
<a href="kzy.html">Khalid Kzy</a> -
<a href="kharraz.html">Khalid Kharraz</a> -
<a href="anthony.html">Anthony</a> -
<a href="jamal.html">Jamal</a>
<a href="yohannes.html">Yohannes</a>
<a href="won.html">Won</a>
<a href="nasir.html">Nasir</a>
<p>© 2017 Code Your Future</p>
</footer>
</body>
</html>