| author | Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> |
| Sat, 07 Jan 2012 16:15:16 +0100 | |
| changeset 468 | e7f9898e6f99 |
| parent 421 | c8db83b70def |
| permissions | -rw-r--r-- |
| 420 | 1 |
<!DOCTYPE html> |
2 |
<html lang="fr"> |
|
3 |
<head> |
|
4 |
<meta charset="utf-8" /> |
|
5 |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
|
6 |
<title>Sweet Tweet</title> |
|
|
421
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
7 |
<link rel="stylesheet" type="text/css" href="style-small.css" /> |
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
8 |
<script type="text/javascript" src="lib/jquery-1.7.1.min.js"></script> |
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
9 |
<script type="text/javascript" src="lib/underscore-min.js"></script> |
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
10 |
<script type="text/javascript" src="script.js"></script> |
| 420 | 11 |
</head> |
|
421
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
12 |
<body class="jour"> |
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
13 |
<div id="container"> |
|
c8db83b70def
Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents:
420
diff
changeset
|
14 |
<div id="columncont"></div> |
| 420 | 15 |
</div> |
16 |
</body> |
|
17 |
</html> |