-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathttwo.html
50 lines (42 loc) · 1.59 KB
/
ttwo.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
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Skema Platform - templates</title>
<meta name="description" content="" />
<meta name="author" content="Luis Cabellos" />
<meta name="viewport" content="width=device-width; initial-scale=1.0" />
<!-- Replace favicon.ico in the root of your domain and delete these references -->
<link href='http://fonts.googleapis.com/css?family=Gentium+Basic:700|Signika:300' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<div id="topbg"></div>
<div>
<header>
<h1>Skema Platform</h1>
</header>
<ul id="menu">
<li><a class="selected" href="index.html">Home</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="http://github.com/skemaplatform">Projects</a></li>
<li><a href="http://github.com/skemaplatform/skemaplatform.github.com/wiki">Wiki</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<div class="main">
<div class="left">
<p>About Skema Platform</p>
</div>
<div class="rigth">
<p>About Skema Platform</p>
</div>
<div class="cleaner"></div>
</div>
<footer><p>© Copyright by Luis Cabellos 2012 at <a href="http://www.ifca.es">IFCA</a></p></footer>
</div>
</body>
</html>