-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (74 loc) · 1.7 KB
/
index.html
File metadata and controls
88 lines (74 loc) · 1.7 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!--
1. Add a title element here.
<title> FOSS </title>
-->
<!--
2. Add a CSS link here.
-->
<!--
3. Add a JS link here.
-->
</head>
<body>
<!--
4. Give this header a background color.
-->
<header style="size: 20px; color: #ffffff;">
<!--
6. Add a heading element here
-->
</header>
<!--
7. Give this main element a background color.
-->
<main>
<!--
8. Add a h2 tag with some content here.
--><h2>Introduction to GSOC</h2>
<!--
9. Add some content here. Use tags like h3, span, div, p.
-->
<!--
10. Add another h2 tag with some content here.
-->
<!--
11. Add some content here. Use tags like h3, span, div, p.
-->
<!--
12. Add another h2 tag with some content here.
-->
<!--
13. Add some content here. Use tags like h3, span, div, p.
-->
<!--
14. Write "Venue" inside an h2 tag.
-->
<!--
15. Add some content here. Use tags like h3, span, div, p.
-->
<!--
16. Write "FOSS Organisations" inside an h2 tag.
-->
<!--
17. Add some content here. Use tags like h3, span, div, p, images. Go creative.
-->
</main>
<!--
18. Add some CSS to this footer.
-->
<footer>
<!--
19. Write "About the Event" inside an h2 tag.
-->
<!--
20. Add some content here. Use tags like h3, span, div, p.
-->
</footer>
</body>
</html>