32 lines
1.0 KiB
HTML
32 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Cadoles - Formation Javascript</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
<style type="text/css">
|
|
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
|
|
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
|
|
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
|
|
|
|
body {
|
|
font-family: 'Droid Sans';
|
|
}
|
|
h1, h2, h3 {
|
|
font-family: 'Caviar Dream', 'Droid Sans';
|
|
font-weight: normal;
|
|
}
|
|
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
|
|
</style>
|
|
<link href="../cadoles-theme.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<script src="../bower_components/remark/out/remark.js"></script>
|
|
<script src="../cadoles-remark-macros.js"></script>
|
|
<script type="text/javascript">
|
|
var slideshow = remark.create({
|
|
sourceUrl: 'index.md'
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|