forked from codex-academy/codeX_BlogTeamKusinda
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathLearnt.html
More file actions
55 lines (34 loc) · 1.59 KB
/
Learnt.html
File metadata and controls
55 lines (34 loc) · 1.59 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
<!DOCTYPE html>
<html>
<head>
<title>
Codex Equipment
</title>
<link rel="stylesheet" type="text/css" href="blog1.css">
</head>
<body>
<div id="ContentBlock">
<div id="TopItems">
<div id="TitleBox">
<center> <h1 class="headers">What Have We Learnt</h1> </center>
</div>
<div id="DateBox">
<center> <h4 class="headers">30/09/2014 </h4> </center>
</div>
</div>
<div id="ContentItems">
<div id="WrittenByBox">
<center> <h5 class="headers">Written By <a id="Author" href= "http://coders.projectcodex.co/sihle/"> Sihle </a> </h5> </center>
</div>
<div id="MainTextBox">
<!-- This version of the embed code is no longer supported. Learn more: https://vimeo.com/s/tnm --> <object width="550" height="309"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=107564394&force_embed=1&server=vimeo.com&show_title=0&show_byline=0&show_portrait=1&color=00adef&fullscreen=1&autoplay=0&loop=0" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=107564394&force_embed=1&server=vimeo.com&show_title=0&show_byline=0&show_portrait=1&color=00adef&fullscreen=1&autoplay=0&loop=0" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="550" height="309"></embed></object>
<br><br>
<br>
<div class="Button3">
<a href="index.html" class="Button1">Back</a>
</div>
</div>
</div>
</div>
</body>
</html>