-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathIndex.html
43 lines (41 loc) · 1.58 KB
/
Index.html
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<title>Echode | Simple Programming</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.js"></script>
<script type="text/javascript" src="javascript.js"></script>
</script>
<link rel="stylesheet" href="Stylesheet.css"/>
<link rel="shortcut icon" href="icon.png"/>
</head>
<body>
<div class="flip">
<div class="card">
<div class="face front">
Echode
</div>
<div class="face back">
We are different. We keep it simple.
</div>
</div>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<div id="centerstuff">
<p id="text">On planet Earth, there are over a million coders. Some have it as a hobby, while others are professionals.
But some think programming is only for super-nerds. We want to make everybody able to code,
without many problems. Thats why we made Echode. To keep it simple. <br><br>
You can find links below:</p>
</div>
<br><br><br>
<div id="dl">
<br>
<p id="text1"><br>Our GitHub</p>
<p id="text2"><br>Something</p>
<br><br><br><br><br>
</div>
<div id="footer">
<p>Echode is made by Erik Konijn and Marks Polakovs, 2013</p>
</div>
</body>
</html>